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 > sign
sign
função de sinal
Seqüência de Chamamento
X = sign(A)
Parâmetros
- ?
real or complex matrix.
A
may be sparse.- X
real or complex matrix
Descrição
X = sign(A)
retorna a matriz feita dos sinais de
A(i,j)
. Para A
, feita de complexos
sign(A) = A./abs(A)
.
Ver Também
- abs — valor absoluto, magnitude
Histórico
Versão | Descrição |
6.0 | Extension to sparse matrices |
Comments
Add a comment:
Please login to comment this page.