MATLAB Function Reference    
functions

Return information about a function handle

Syntax

Description

f = functions(funhandle) returns, in a MATLAB structure, the function name, type, filename, and other information for the function handle stored in the variable, funhandle.

Remarks

For handles to functions that overload one of the MATLAB classes, like double or char, the structure returned by functions contains an additional field named methods. The methods field is a substructure containing one fieldname for each MATLAB class that overloads the function. The value of each field is the path and name of the file that defines the method.

Examples

To obtain information on a function handle for the deblank function,

See Also

function_handle


  function_handle (@) funm