- 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
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
per isakson
2016-4-16
编辑:per isakson
2016-4-16
The answer depends on the Matlab release you use. However,
0 个评论
Image Analyst
2016-4-16
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!