How can I find ALL the functions/scripts potentially used in a script?
조회 수: 202 (최근 30일)
이전 댓글 표시
I am looking for a way to determine ALL non-Matlab inherent functions/scripts MIGHT be used by a certain script.
The script I am thinking about gives you the option to analyse your data in various ways depending on which options you chose at the start. From what I read there are ways to find out which functions/scripts were called when running a script with a certain input. This is not what I am looking for as it would not include scripts/functions necessary for a different file/user input. I basically want to know all non-Matlab functions/scripts which appear somewhere in this script and ideally also all the scripts/functions used by those scripts/functions.
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!