How can I identify the dependencies of a MATLAB program?

How can I determine what other functions and scripts my MATLAB program is dependent upon?

 Accepted Answer

Refer to the documentation in the following link for methods to identify program dependencies:

More Answers (1)

This function finds all dependencies and directly copies them to a folder:
>> copy_dependencies( 'matlabScript.m' )

Categories

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!