How to find out the dependency of functions?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Más respuestas (1)
Jan
el 16 de Mzo. de 2017
You find many tools concerning the function dependency in the FileExchange:
0 comentarios
Ver también
Categorías
Más información sobre Automated Driving Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!