Build calling tree of a program
8 views (last 30 days)
Show older comments
I need to build the calling tree of a Matlab program made up of .m files placed in one folder. I built a function that build the list of functions by reading all the .m files and recognizing the function declarations, but I'm not able to generate, for each function found, the list of functions called. Can anybody help me? Thanks a lot
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!