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 logical AND of the elements of an array
  • or logical OR of the elements of an array
  • find find indices of boolean vector or matrix true elements

Table Of Contents

This Page