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 (2021). find_references (https://www.mathworks.com/matlabcentral/fileexchange/69156-find_references), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
See also the inbuilt Dependency Report:
<https://www.mathworks.com/help/matlab/matlab_prog/identify-dependencies.html>