Scilab 5.3.0
Please note that the recommended version of Scilab is 5.3.3. This page might be outdated.
See the recommended documentation of this function
ndims (Matlab function)
Number of array dimensions
Matlab/Scilab equivalent
| Matlab | Scilab |
No equivalent |
Particular cases
There is no Scilab equivalent function for ndims(A) but it can be emuled by: size(size(A),"*").
| << nargout (Matlab function) | N | norm (Matlab function) >> |