필터 지우기
필터 지우기

How to find out the dependency of functions?

조회 수: 26 (최근 30일)
Xh Du
Xh Du 2017년 3월 16일
답변: Jan 2017년 3월 16일
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에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by