- 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.
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!