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!