determine which function is calling what functions
이전 댓글 표시
hi everyone,
i wonder if there is any way in matlab to tetermine which function is called by witch. i got allredy 2500 lines of gui code and in order to clean up ( not to do the thame thing twice) it would be usefull to kno who is calling who and who is called by whome
thanks a lot
답변 (1개)
Jan
2012년 4월 22일
0 개 추천
Do you want to find the calling stack during the computation or statically?
The function dbstack replies the calling stack. The profiler can create a history also, see doc profile.
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!