Method matrix/type


  TYPE converts the input objects to MATLAB functions.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: TYPE converts the input objects to MATLAB functions that
               reproduce the processing steps that led to the input objects.
 
  CALL:        type(as)
               type(as, 'filename')
               type(as, plist)
 
  INPUTS:      as  - array of ltpda_uoh objects
               pl  - parameter list (see below)
 
  OUTPUTS:     none.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uoh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
type
FILENAME '' none specify the filename to write the commands in.
STOP_OPTION, STOP OPTION 'full'
  • 'full'
  • 'File'
  • 'Repo'
  • 'File Repo'
  • 'N'
Stop option which defines the option at which point the reproduceing stop.
  • 'full': Reproduce all history steps
  • 'File': Ignores the history steps below load-history step
  • 'Repo': Ignores the history steps below retrieve-history step
  • 'File Repo': Both steps above
  • 'N': Maximun depth

Example

plist('FILENAME', '', 'STOP_OPTION', 'full')

back to top back to top

Some information of the method ltpda_uoh/type are listed below:
Class name ltpda_uoh
Method name type
Category Internal
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 0
Max output args 0
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team