localfunctions
Handles to all local functions in current file
Syntax
Description
returns a cell array of
handles to all local functions in the current MATLAB® file. Within the cell array, fcns = localfunctionslocalfunctions
returns the function handles in an undefined order.
You cannot define local functions in the context of the command line or anonymous functions,
so when you call localfunctions from these contexts, you get an
empty cell array.
Examples
Output Arguments
Version History
Introduced in R2013b