- `TF = gt (A, B)`

Essa função é equivalente a `A > B`.

Veja também: `le`, `eq`, `ge`, `ne`, `lt`.

### Referências

- https://www.mathworks.com/help/matlab/ref/gt.html
- https://octave.sourceforge.io/octave/function/gt.html
