Export Dependencies - command line function?
이전 댓글 표시
One can create a dependencie analysis and export all the external files and all necessary functions in one neat little zip as descriped by: model-dependencies-help There is a command line function for creating the dependency analysis.
Question: But is there also a function for creating the zip file from within a matlab script/function?
답변 (2개)
Daniel Frisch
2020년 11월 13일
This function finds all dependency code files and copies them into a single folder (that you can also zip afterwards):
copy_dependencies('my_script.m', 'target_folder')
카테고리
도움말 센터 및 File Exchange에서 Using MATLAB Projects in Simulink에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!