<< symbols Scilab keywords Control flow >>

Scilab Help >> Scilab > Scilab keywords > tilde

tilde

(~) logical not

Syntax

~m

Arguments

m

boolean matrix

Description

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

Examples

a = %T
~a == %F

See also


Report an issue
<< symbols Scilab keywords Control flow >>