Scilab 6.0.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sign
符号関数
呼び出し手順
X = sign(A)
引数
- A
実数または複素数の行列.
Amay be sparse.- X
実数または複素数の行列
説明
X = sign(A) は
A(i,j)の符号からなる行列を返します.
Aが複素数の場合,
sign(A) = A./abs(A) 関数となります.
履歴
| バージョン | 記述 |
| 6.0 | Extension to sparse matrices |
| Report an issue | ||
| << prod | matrixoperations | signm >> |