Command:
getMin ( |
|
What:
Retrieves the minimum value of the output variable outVar
Parameters:
value [double precision #] |
Preallocated
parameter that will contain the minimum value after the command call.
It is not necessary in Matlab |
outVar [char*] |
The name of the output variable of interest |
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:minimum = getMin('outvar', 0)
this command retrieves in the variable minimum the minimum value of the output variable outvar.