How to find out the dependency of functions?

12 次查看(过去 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!

采纳的回答

Adam
Adam 2017-3-16
This link should help.

更多回答(1 个)

Jan
Jan 2017-3-16
You find many tools concerning the function dependency in the FileExchange:

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by