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
ダウンロード: 46
更新 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 (2024). find_references (https://www.mathworks.com/matlabcentral/fileexchange/69156-find_references), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSearch 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