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

Devuelve un handle de función construido a partir de la cadena `FCN_NAME`.

El argumento opcional `"global"` solicita un handle resuelto en el ámbito
global de funciones.

Véase también: `func2str`, `functions`.

### Referencias

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