Scilab 5.4.1
- Aide Scilab
- Fonctions Elémentaires
- Nombres complexes
- Mathématiques discrètes
- Matrices élémentaires
- Exponentielle
- Virgule flottante
- Bases de numération
- Manipulation de matrices
- Opérations matricielles
- Chercher et trier
- Opérations sur les ensembles
- Traitement du signal
- Calcul symbolique
- Trigonométrie
- Bitwise operations
- and
- &
- lstsize
- modulo
- or
- |
- sign
- size
- cat
- cell2mat
- cellstr
- isempty
- isequal
- isvector
- ndims
- nthroot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
ndims
number of dimensions of an array
Calling Sequence
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 | ||
<< isvector | Fonctions Elémentaires | nthroot >> |