The mean is returned for
each column of the MatrixMatrixMatrixMatrixmatrixmatrix separately. The resulting
matrix MatrixMeanMatrixMeanMatrixMeanMatrixMeanmatrixMeanmatrix_mean has one row and the identical number
of columns as the input matrix.
Example:
'rows'"rows""rows""rows""rows""rows":
The mean is returned for each
row of the MatrixMatrixMatrixMatrixmatrixmatrix separately. The resulting matrix
MatrixMeanMatrixMeanMatrixMeanMatrixMeanmatrixMeanmatrix_mean has the identical number of rows as the input
matrix and one column.
Example:
'full'"full""full""full""full""full":
The mean is returned using all
elements of the MatrixMatrixMatrixMatrixmatrixmatrix. The resulting matrix
MatrixMeanMatrixMeanMatrixMeanMatrixMeanmatrixMeanmatrix_mean has one row and one column.
Example:
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Matrix handle with the mean values of the input
matrix.
Result
If the parameters are valid, the operator mean_matrixmean_matrixMeanMatrixMeanMatrixMeanMatrixmean_matrix
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.