- `Z = not (X)`

Devuelve el **NOT** lógico de `X`.

Esta función es equivalente a `! X`.

Véase también: `and`, `or`, `xor`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/not.html
- https://octave.sourceforge.io/octave/function/not.html
- https://mathworld.wolfram.com/NOT.html
- https://es.wikipedia.org/wiki/Negaci%C3%B3n_l%C3%B3gica
