- `run SCRIPT`
- `run ("SCRIPT")`

Executa `SCRIPT` na área de trabalho atual.

Se o nome do script não incluir um caminho, ele é procurado no caminho de
carregamento atual.

Veja também: `source`, `eval`.

### Referências

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