- `STR = func2str (FCN_HANDLE)`

Return a string containing the name or definition referenced by the function
handle `FCN_HANDLE`.

See also: `str2func`, `functions`.

### References

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