ADMITdataADMITdata
ADMITdata creates an ADMITdata object
VAR = ADMITdata(STRUCT)
Creates an array of optData objects each containing corresponding element
from STRUCT structure. The STRUCT structure should only contain the same
fields as in this object
Notes
- possible settings for Type :
'Raw','Initial','Processed','Estimate','MonteCarlo'
- Time can either be a one row vector or empty, which distinguishes
between time variant and time invariant variables
- lb and ub should have the same amount of columns as Time, or be scalar
if Time is empty
- lb and ub only consist of one row for all types but 'MonteCarlo'
- ub is ignored for the Type 'MonteCarlo'
- lb can have multiple rows for the type 'MonteCarlo', corresponding to
different samples
Properties
Use the "get" functions to retrieve specific elements of the
ADMITdata array of objects.
get(OBJARRAY,PARAMETER1,VALUE1,PARAMETER2,VALUE2,...)
Admissible parameters:
'type' for extracting data corresponding to the specified type
'name' for extracting data corresponding to the specified name
'timeinvariant' for extracting data corresponding to time invariant
variables
'timevariant' for extracting data corresponding to time variant
variables