<< num2bin | Elementary functions | permute >> |
nbel = numel(M) |
a variable
the number of elements.
Return the number of elements in the object M.
numel(ones(3, 0))
numel(ones(3,4))
numel(ones(3,4,5))
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET