Scilab 6.0.1
Please note that the recommended version of Scilab is 6.1.0. 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 emulated by: size(size(A),"*").
Comments
Add a comment:
Please login to comment this page.