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
isempty
check if a variable is an empty matrix or an empty list
Calling Sequence
t=isempty(x)
Arguments
- x
vector, matrix or list
- t
a boolean
Description
isempty(x)
returns true if x
is an empty matrix
or an empty list.
Report an issue | ||
<< cellstr | Fonctions Elémentaires | isequal >> |