- `FCN_HANDLE = str2func (FCN_NAME)`
- `FCN_HANDLE = str2func (FCN_NAME, "global")`

Retorna um handle de função construído a partir da string `FCN_NAME`.

O argumento opcional `"global"` solicita um handle resolvido no escopo global
de funções.

Veja também: `func2str`, `functions`.

### Referências

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