I have an m file routine. How can I store the file along with its calling m file tree?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have an m file routine. How can I save the m file along with its calling subroutines m file tree? I want to share my m code and the routine calls from the main routine. Another way to think of it is that I want to bundle the m file main routine with all its calling m file subroutines.
댓글 수: 0
채택된 답변
Image Analyst
2016년 5월 14일
In the Current folder window's title bar, look for a little down arrow in the upper right of the title bar. Click on that and select Reports->Dependency Report.
댓글 수: 3
Image Analyst
2016년 5월 14일
We've all wondered the same thing. I mean, could they make it any more hard to find?!?!?
추가 답변 (3개)
Azzi Abdelmalek
2016년 5월 14일
편집: Azzi Abdelmalek
2016년 5월 14일
Save your file like you are used to do it.
Ahmet Cecen
2016년 5월 14일
Try
[fList, pList] = matlab.codetools.requiredFilesAndProducts(MainRoutines);
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!