Command:
getVariance ( |
|
What:
Retrieves the variance value of the output variable outVar
Parameters:
value [double precision #] |
Preallocated
parameter that will contain the variance 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:var = getVariance('outvar', 0)
this command retrieves in the variable var the variance of the output variable outvar.