Command:

getMean (  
double value,
char* outVar
)

What:

Retrieves the mean value of the output variable outVar

Parameters:

value
[double precision #]
Preallocated parameter that will contain the mean 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:

mean = getMean('outvar', 0)

this command retrieves in the variable mean the mean value of the output variable outvar.

All UA Commands: