Scilab Reference Manual |
---|
ndims — number of dimensions of an array
n=ndims(A) return the number of dimension of the array A. n is greater than or equal to 2.
A=rand(2,3); ndims(A) A=rand(2,3,2); size(A),ndims(A) H=[1/%s,1/(%s+1)] ndims(H)
S. Steer
<< mulf | nearfloat >> |