This function find_references searches through the matlab files in the current folder to find files which call/reference a certain function.
The filenames including, a hyperlink to the lines references the functions are displayed (see screenshot)
find_references(functionname)
Example
find_references('disp');
Note, this function is very basic and will also return variables with
the same name
인용 양식
Dirk-Jan Kroon (2025). find_references (https://kr.mathworks.com/matlabcentral/fileexchange/69156-find_references), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Search Path에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!