Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tilde
(~) 論理否定
呼出し手順
~m
パラメータ
- m
論理値行列
説明
~m
は,
論理値行列m
の要素の要素毎の否定を出力します.
例
a = %T ~a == %F
参照
- not — (~) 論理否定
Report an issue | ||
<< symbols | Scilab keywords | Control flow >> |