フィルターのクリア

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