Number of array dimensions
Matlab Scilab
`ndims`_
No equivalent
There is no Scilab equivalent function for ndims(A) but it can be emuled by: size(size(A),”*”).
Enter search terms or a module, class or function name.