find_references

버전 1.0.2 (2.05 KB) 작성자: Dirk-Jan Kroon
Searches through the Matlab files in the current folder to find files which call a certain function
다운로드 수: 49
업데이트 날짜: 2018/10/30

라이선스 보기

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 CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Bug fix line number

1.0.1

Now skips comments with the function name

1.0.0