How to know what toolboxes and or functions my code in appdesigner is using?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Dc215905
 am 19 Jun. 2021
  
    
    
    
    
    Kommentiert: Les Beckham
      
 am 19 Jun. 2021
            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?
0 Kommentare
Akzeptierte Antwort
  Les Beckham
      
 am 19 Jun. 2021
        Try this:
matlab.codetools.requiredFilesAndProducts('top_level_function.m');
I know this works with regular functions.  Not so sure about appdesigner GUIs, however.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Desktop finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

