What functions does the main file call?
古いコメントを表示
Say I have the main file A
A calls function B, C and D
Functions B uses function E and function C uses function F
These are all custom made functions (i.e. made by me, so no pre-build like "max" or "sum" )
Is there a function / way for MATLAB to give me a (graphical) representation of all the functions (and subsequent functions) used by main file A
1 件のコメント
Rik
2021 年 7 月 21 日
You can get a first impression by running the profiler.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Share and Distribute Software についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!