필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I quickly know if all my functions are in the directory

조회 수: 1 (최근 30일)
wladi pat
wladi pat 2013년 9월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear all, I developed a code with different function I created in a specific directory. Then, I save my main code (containing the calls of my function) in a other directory. I would like to know if there is a quick way to know if all my functions are in the new directory. The problem is that I can not run the code to test it (it has to be run at a specific time). Thank you in advance
  댓글 수: 1
UJJWAL
UJJWAL 2013년 9월 4일
Why don't you simply put all the functions in the same directory or add the necessary paths to your code to avoid such issues.
Your question is more concerned with poor programming practice.
One way of knowing is to open the main function and then trying to open the called functions by right clicking on them

답변 (2개)

Ilham Hardy
Ilham Hardy 2013년 9월 4일
편집: Ilham Hardy 2013년 9월 4일
By using depfun(), perhaps?

Image Analyst
Image Analyst 2013년 9월 4일

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by