nzmax
Reserved size for nonzero elements.
Syntax
v = nzmax(M)
Input argument
M - a matrix: double or logical, sparse or not.
Output argument
v - a integer value.
Description
nzmax returns the amount of storage allocated for nonzero elements.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated