ndims
number of dimensions of an array
Syntax
n = ndims(A)
Arguments
- A
an array.
- n
an integer, the number of dimensions of the array.
Description
n = ndims(A)
return the number of dimension of the
array A
. n
is greater than or equal
to 2
.
See also
- size — taille d'un objet
Report an issue | ||
<< modulo | Fonctions Elémentaires | |, || >> |