var
Variance
Syntax
V = var(M)
Input argument
M - a vector or matrix
Output argument
V - Variance of M.
Description
V = var(M) returns the variance of the elements of M along the first array dimension whose size does not equal 1.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated