Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 |
Report an issue | ||
<< prod | Matrix operations | signm >> |