How can I identify the dependencies of a MATLAB program?
    22 views (last 30 days)
  
       Show older comments
    
    MathWorks Support Team
    
 on 21 Sep 2016
  
    
    
    
    
    Edited: MathWorks Support Team
    
 on 16 Apr 2023
            How can I determine what other functions and scripts my MATLAB program is dependent upon?
Accepted Answer
  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:
0 Comments
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' )
0 Comments
See Also
Categories
				Find more on MATLAB 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!