Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tilde
(~) logical not
Calling Sequence
~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
Report an issue | ||
<< symbols | Scilab keywords | try >> |