Scilab 5.3.1
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this 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]
Comments
Add a comment:
Please login to comment this page.