Scilab-Branch-6.1-GIT
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
Version | Description |
6.0 | ~ priority is now higher than the comparisons one
(== ~= < <= >= > ). |
Comments
Add a comment:
Please login to comment this page.