Return a structure containing information about the function handle fcn_handle.
The structure s always contains these three fields:
The function name. For an anonymous function (no name) this will be the actual function definition.
Type of the function.
The function is anonymous.
The function is private.
The function overloads an existing function.
The function is a built-in or m-file function.
The function is a subfunction within an m-file.
The m-file that will be called to perform the function. This field is empty for anonymous and built-in functions.
In addition, some function types may return more information in additional fields.
Warning: functions
is provided for debugging purposes only.
Its behavior may change in the future and programs should not depend on a
particular output.
Package: octave