Is there a convenient way of listing the names of all *.m functions that are called by a given *.m function?

2 views (last 30 days)
is there a convenient way of listing the names of all *.m functions that are called by a given *.m function?

Answers (1)

Swarooph
Swarooph on 17 Oct 2016
Short answer, use the function matlab.codetools.requiredFilesAndProducts.
Long answer, take a look at this documentation: Identify Program Dependencies.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!