Scilab 6.0.0
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]
Comments
Add a comment:
Please login to comment this page.