Scilab 6.1.0
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Inteiros
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Trigonometria
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
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.
isempty() can be overloaded for custom t-lists and m-lists typeof. |
Ver também
Histórico
Version | Description |
6.0.2 | isempty() can now be overloaded for custom tlist and mlist typeof. |
Report an issue | ||
<< insertion | Funções Elementares | isequal >> |