Scilab Function
Last update : 28/12/2008

not - (~) logical not

Calling Sequence

~A

Description

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

Examples


~[%t %t %f]
 
  

See Also

and,  or,  find,