find_references
Versión 1.0.2 (2,05 KB) por
Dirk-Jan Kroon
Searches through the Matlab files in the current folder to find files which call a certain function
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
Citar como
Dirk-Jan Kroon (2025). find_references (https://www.mathworks.com/matlabcentral/fileexchange/69156-find_references), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Search Path en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.