How to find out the dependency of functions?
8 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
For a function, I'd like to find out which scripts and functions are calling it. For example, there is a function:
func_test.m
I'd like to find where it exists, such as:
/home/usr/MATLAB/package1;
/home/usr/MATLAB/package2/subpack1;
/home/usr/MATLAB/package3/main_script.m;
/home/usr/MATLAB/package4/function_example.m;
Thanks!
0 件のコメント
採用された回答
その他の回答 (1 件)
Jan
2017 年 3 月 16 日
You find many tools concerning the function dependency in the FileExchange:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Automated Driving Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!