find_references

Searches through the Matlab files in the current folder to find files which call a certain function
46 téléchargements
Mise à jour 30 oct. 2018

Afficher la licence

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

Citation pour cette source

Dirk-Jan Kroon (2024). find_references (https://www.mathworks.com/matlabcentral/fileexchange/69156-find_references), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Search Path dans Help Center et MATLAB Answers
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.2

Bug fix line number

1.0.1

Now skips comments with the function name

1.0.0