open .m file GUI in GUIDE
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hello,
I am new to Matlab GUI and I have a .m file that contains all the info for an already existing GUI. I would like to open this .m file in Guide so I can adjust the positions and add new components. Is there a way to do this? Is there another way maybe where I can visually adjust?
0 commentaires
Réponses (1)
  Fangjun Jiang
      
      
 le 14 Déc 2023
        It depends. If the existing tool is developed using GUIDE and the GUI components are saved in a .fig file, then you can use GUIDE to open that .fig file and modify the GUI components directly.
But the tool could be developed and saved entirely in an .m file, using uifigure(), uibutton(), uicheckbox(), etc. then you have to read the .m file and find the places where the positions are set and modify it.
BTW, Warning: GUIDE will be removed in a future release. Use APPDESIGNER instead. 
0 commentaires
Voir également
Catégories
				En savoir plus sur Environment and Settings dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

