How can I find ALL the functions/scripts potentially used in a script?

156 views (last 30 days)
I am looking for a way to determine ALL non-Matlab inherent functions/scripts MIGHT be used by a certain script.
The script I am thinking about gives you the option to analyse your data in various ways depending on which options you chose at the start. From what I read there are ways to find out which functions/scripts were called when running a script with a certain input. This is not what I am looking for as it would not include scripts/functions necessary for a different file/user input. I basically want to know all non-Matlab functions/scripts which appear somewhere in this script and ideally also all the scripts/functions used by those scripts/functions.

Accepted Answer

Stephen23
Stephen23 on 1 Mar 2018

More Answers (0)

Categories

Find more on Particle & Nuclear Physics 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!