- `C = exist (NAME)`
- `C = exist (NAME, TYPE)`

Verifica se `NAME` existe como variável, função, arquivo, diretório ou classe.

O argumento opcional `TYPE` restringe o tipo de objeto a pesquisar.

Veja também: `which`, `iskeyword`.

### Referências

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