Scilab 6.0.0
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
- not — (~) logical not
Comments
Add a comment:
Please login to comment this page.