- 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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
per isakson
le 16 Avr 2016
Modifié(e) : per isakson
le 16 Avr 2016
The answer depends on the Matlab release you use. However,
0 commentaires
Image Analyst
le 16 Avr 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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!