- `NR = rows (A)`

Retorna o número de linhas de `A`.

Essa função é equivalente a 'size (A, 1)'.

Veja também: `columns`, `size`, `length`, `numel`, `isscalar`, `isvector`,
`ismatrix`.

### Referências

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