- `which NAME`
- `which NAME1 NAME2 ...`
- `S = which ("NAME")`

Exibe informações sobre o símbolo nomeado por `NAME`.

O resultado identifica se o nome resolve para uma variável, função embutida,
arquivo de função, classe ou outro objeto chamável.

Veja também: `exist`, `help`, `mfilename`.

### Referências

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