How to find which function is calling another function?
이전 댓글 표시
When I compile my matlab codes (using command line on linux), functions plotroc.m in nnt toolbox is called. I want to know what function in my code is calling is using that, directly or indirectly. That is, in my code I might not have used the plotroc.m directly but I may have used another function and that function might have called plotroc.m
댓글 수: 1
David Goodmanson
2018년 3월 25일
Hi Mina, take a look at 'doc dbstack'.
답변 (1개)
Image Analyst
2018년 3월 25일
8 개 추천
Try clicking on the little down arrow on the title bar of the Current Folder panel and create a "Dependency Report".
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!