nbel = numel(M)
| Paramètre | Description |
|---|---|
| M | a variable |
| Paramètre | Description |
|---|---|
| nbel | 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 | version initiale |