- 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 ビュー (過去 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174110/image.jpeg)
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!