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!