list MATLAB functions with a script
Show older comments
Is there a way lof listing all the functions used within a script / .m file.
e.g. sind, plot
Answers (2)
Use this:
possibly with the '-toponly' option. See also:
Benjamin Thompson
on 8 Feb 2022
0 votes
Open the file in the MATLAB editor and use the Analyze button to create a Code Analyzer Report.
Categories
Find more on Environment and Settings 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!