How to know what toolboxes and or functions my code in appdesigner is using?

3 ビュー (過去 30 日間)
Dc215905
Dc215905 2021 年 6 月 19 日
コメント済み: Les Beckham 2021 年 6 月 19 日
I have a fairly extensive GUI in appdesigner. I have downloaded different open source functions that I'll often call in the code. However, it's gotten to a point where I'm not sure which functions I'm calling outside of what's available in Matlab itself. Is there a way to know which functions my code uses that is available in the path?

採用された回答

Les Beckham
Les Beckham 2021 年 6 月 19 日
Try this:
matlab.codetools.requiredFilesAndProducts('top_level_function.m');
I know this works with regular functions. Not so sure about appdesigner GUIs, however.
  2 件のコメント
Dc215905
Dc215905 2021 年 6 月 19 日
Worked great, thanks. It outputs the path and function using an appdesigner code.
Les Beckham
Les Beckham 2021 年 6 月 19 日
Great. I'm glad that helped.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by