Code browsing on MATLAB
이전 댓글 표시
How can I browse MATLAB code, like many IDEs exist to do so for other languages?
Especially to find among the files of a project the occurences of a fonction, of a variable, the declaration, etc. More than a simple find among the files.
답변 (3개)
Hii!
It is my undrestanding that you want to find code for a function, as they appear in your script, there is a very easy way in matlab to do this.
- Simply right click on the function name and you will see the following menu.

- You can click on Open "function name" and can easily see its path and its source code.
- For variables you can simply left click on its name and then all the occurences of that variable will get highlighted making it easy to navigate.
Hope it helps.
Image Analyst
2022년 7월 4일
0 개 추천
Type control-shift-F to bring up a search utility that will let you search multiple files and folders for a pattern.
Sébastien Ruiz
2022년 7월 5일
0 개 추천
댓글 수: 1
Walter Roberson
2022년 7월 5일
You might be interested in https://www.mathworks.com/help/matlab/matlab_prog/identify-dependencies.html
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
