- `Z = not (X)`

Retorna o **NOT** lógico de `X`.

Esta função é equivalente à sintaxe do operador `! X`.

Veja também: `and`, `or`, `xor`.

### Referências

- https://www.mathworks.com/help/matlab/ref/not.html
- https://octave.sourceforge.io/octave/function/not.html
- https://mathworld.wolfram.com/NOT.html
- https://pt.wikipedia.org/wiki/Nega%C3%A7%C3%A3o
