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
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'
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 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team