getting name of all functions i use in m file (or script)
조회 수: 31 (최근 30일)
이전 댓글 표시
Hello,
is there a way to find out quickly all the names of the functions been used in a script file?
for example if i wrote script that called "calculator"
and it used in several function such as "add","sum", "multiply" ,etc.. i want to be able to extract those name of the function easly
thanks
댓글 수: 1
채택된 답변
Image Analyst
2014년 4월 22일
You can generate a dependency report. On the newer versions of MATLAB, they hid it under the little down arrow on the "Current Folder" panel. On earlier versions it's on the main pulldown menu bar.
Or you can use some more comprehensive apps:
댓글 수: 0
추가 답변 (3개)
Jan
2014년 4월 22일
You find a lot of functions in the FileExchange. Simply search for "dependency" or equivalent terms:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!