list of missing functions required to fully run a script

4 views (last 30 days)
Hello everyone,
Is there a way to list all possible functions (and subfunctions) called by a .m file?
I know there is the matlab.codetools.requiredFilesAndProducts('script.m'); function, but this function does not list functions that are not added/included in matlab "path" directories [for example via addpath function].

Answers (0)

Categories

Find more on Search Path 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!