MEAN

Returns the mean of a matrix.

Format

MEAN (M)

Argument

 
M
A matrix.

Example

The following example illustrates the use of the MEAN function:
 
Function
MEAN({0.1, 0.2, 0.3, 3.4})
Result
1.0