Scilab 5.5.1
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Signal processing
- Symbolic
- Trigonometria
- and
- cat
- cell2mat
- cellstr
- isempty
- isequal
- lstsize
- modulo
- ndims
- or
- sign
- size
- IsAScalar
- &
- iscolumn
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- nthroot
- num2cell
- |
- unwrap
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
verifica se uma variável é uma matriz vazia ou uma lista vazia
Seqüência de Chamamento
t=isempty(x)
Parâmetros
- x
vetor, matriz ou lista
- t
um booleano
Descrição
isempty(x)
retorna 'true' (verdadeiro) se x é uma
matriz vazia ou uma lista vazia.
Report an issue | ||
<< cellstr | Funções Elementares | isequal >> |