How can I identify the dependencies of a MATLAB program?
Show older comments
How can I determine what other functions and scripts my MATLAB program is dependent upon?
Accepted Answer
More Answers (1)
Daniel Frisch
on 13 Nov 2020
This function finds all dependencies and directly copies them to a folder:
>> copy_dependencies( 'matlabScript.m' )
Categories
Find more on Simulink Report Generator in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!