Scilab 6.0.0
- 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
- Trigonometria
- cat
- cell2mat
- cellstr
- isempty
- isequal
- lstsize
- modulo
- ndims
- sign
- size
- and
- &
- iscolumn
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- nthroot
- num2cell
- or
- |
- unwrap
Ajuda do Scilab >> Funções Elementares > isempty
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.
Comments
Add a comment:
Please login to comment this page.