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
VERSION: $Id: type.m,v 1.22 2012/04/19 10:48:15 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ltpda_uoh |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
FILENAME |
'' |
none |
specify the filename to write the commands in. |
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
|
back to top
Some information of the method ltpda_uoh/type are listed below: |
Class name |
ltpda_uoh |
Method name |
type |
Category |
Internal |
CVS Version |
$Id: type.m,v 1.22 2012/04/19 10:48:15 hewitson Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
0 |
Max output args |
0 |
|
Method: matrix/submit |
|
Method: matrix/update |
 |
©LTP Team