<< minus Scilab keywords parentheses >>

Scilab Help >> Scilab > Scilab keywords > not

not

(~) logical not

Syntax

~A

Description

~A gives the element-wise negation of the elements of the boolean matrix A.

Examples

~[%t %t %f]

See also

History

VersionDescription
6.0 ~ priority is now higher than the comparisons one (== ~= < <= >= >).

Report an issue
<< minus Scilab keywords parentheses >>