Scilab 6.0.1
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
符号関数
呼び出し手順
X = sign(A)
引数
- A
実数または複素数の行列.
A
may be sparse.- X
実数または複素数の行列
説明
X = sign(A)
は
A(i,j)
の符号からなる行列を返します.
A
が複素数の場合,
sign(A) = A./abs(A)
関数となります.
履歴
Version | Description |
6.0 | Extension to sparse matrices |
Report an issue | ||
<< prod | matrixoperations | signm >> |