How do I obtain a dependency report for all MATLAB files within a directory?
이전 댓글 표시
I have several MATLAB files within a directory and I want to obtain a dependency report for all the files. This will help me understand the dependency of a file on other files.
채택된 답변
추가 답변 (1개)
Daniel Frisch
2020년 11월 13일
This function also uses the Matlab dependency report internally and then copies all the files into a single folder, which may be convenient if you want to share or archive the actual, complete code:
>> copy_dependencies('my_script.m', 'target_folder')
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!