- `NC = columns (A)`

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

Essa funcão é equivalente a 'size (A, 2)'.

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

### Referências

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