Method smodel/eval


  EVAL evaluates the symbolic model and returns an AO containing the numeric data.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: EVAL evaluates the symbolic model and returns an AO
               containing the numeric data.
 
  CALL:        mdl = eval(mdl)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class smodel
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
eval
OUTPUT TYPE 'tsdata'
  • 'tsdata'
  • 'fsdata'
  • 'xydata'
  • 'cdata'
  • ''
Choose the output data type.
OUTPUT X [] none The X values for the output data ao. This can be:
  • a double vector
  • an ao, in this case the output is a copy of this object BUT the 'y' field is calculated from the model
OUTPUT XUNITS '' none The X units for the output data ao
T0 '1970-01-01 00:00:00.000' none The UTC time of the first sample.
Note this applies only to the case where you specify 'output type' to be 'tsdata'

Example

plist('OUTPUT TYPE', 'tsdata', 'OUTPUT X', [[]], 'OUTPUT XUNITS', '', 'T0', '1970-01-01 00:00:00.000')

back to top back to top

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




©LTP Team