How can I identify the dependencies of a MATLAB program?

51 views (last 30 days)
How can I determine what other functions and scripts my MATLAB program is dependent upon?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 20 Feb 2023
Edited: MathWorks Support Team on 16 Apr 2023
Refer to the documentation in the following link for methods to identify program dependencies:

More Answers (1)

Daniel Frisch
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 Downloads 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!