Stateflow    

Unary Operations

These unary operations are supported: ~, !, -.

Example
Description
~a
Logical not of a
Complement of a (if bitops is enabled)
!a
Logical not of a
-a
Negative of a


 Binary Operations Unary Actions