<< minus
Scilab keywords
parentheses >>
Scilab Help
>>
Scilab
>
Scilab keywords
> not
not
(~) 論理否定
呼び出し手順
~
A
説明
~A
は論理値行列
A
の 要素について要素毎の論理否定を出力します.
例
~
[
%t
%t
%f
]
参照
and
— logical AND between the elements of a boolean or numerical array
or
— logical OR over the elements of a boolean or numerical array
find
— 論理値ベクトルまたは行列のtrue要素の添え字を見つける
履歴
Version
Description
6.0
~
priority is now higher than the comparisons one (
== ~= < <= >= >
).
Report an issue
<< minus
Scilab keywords
parentheses >>