- See Packaging AppsPackage and share your apps
- See matlab.codetools.requiredFilesAndProducts
- Search File Exchange for depfun
- See exporttozip by Mark Morehead
- See exportToZip: Identifies the dependencies of an M-file and creates a ZIP file by Malcolm Wood
- Search File Exchange for matlab.codetools.requiredFilesAndProducts
How to extract a matlab program with all functions
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a matlab program which is in the directory with many unused functions. I want to know is there any way to extract to all functions which are mandatory to run this program ?
0 Commenti
Risposte (2)
per isakson
il 16 Apr 2016
Modificato: per isakson
il 16 Apr 2016
The answer depends on the Matlab release you use. However,
0 Commenti
Image Analyst
il 16 Apr 2016
In the upper right corner of the title bar of the Current Folder panel, there is a little down arrow. You can click on it and select Reports -> Dependency Report.
For a more comprehensive tool, see fdep: http://www.mathworks.com/matlabcentral/fileexchange/17291-fdep--a-pedestrian-function-dependencies-finder
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!