Man Scilab

not
Scilab Function

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 ,  

Back