determine which function is calling what functions
Ältere Kommentare anzeigen
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
Antworten (1)
Jan
am 22 Apr. 2012
0 Stimmen
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.
1 Kommentar
jeff wu
am 22 Apr. 2012
Kategorien
Mehr zu Function Creation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!