Filter löschen
Filter löschen

How to find out the dependency of functions?

26 Ansichten (letzte 30 Tage)
Xh Du
Xh Du am 16 Mär. 2017
Beantwortet: Jan am 16 Mär. 2017
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!

Akzeptierte Antwort

Adam
Adam am 16 Mär. 2017
This link should help.

Weitere Antworten (1)

Jan
Jan am 16 Mär. 2017
You find many tools concerning the function dependency in the FileExchange:

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by