Command:
getModelOutputs ( |
|
What:
Retrieves the model outputs currently loaded.
Parameters:
outputs [matrix of double] |
Preallocated
matrix sized #runs
x #outputs
that will store the model evaluation results currently loaded in
SimLab. This parameter is not necessary in Matlab, the result is
returned in the system variable ans
|
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:out=getModelOutputs
this command in Matlab
returns in the variable out
the model evaluation results currently loaded in SimLab.