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

조회 수: 1 (최근 30일)
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop 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