How to modify a GUI
80 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have created a Graphical User Interface (GUI), but after saving it I can't open and modify it anymore (I can do this just with the editor, but not with the figure! ). Could you help me ?
2 commentaires
Réponse acceptée
Niklas Nylén
le 28 Mai 2014
Modifié(e) : Niklas Nylén
le 28 Mai 2014
Right click the .fig file in matlab and select "Open in GUIDE".
2 commentaires
Joseph Cheng
le 28 Mai 2014
or similar to how you would enter
>>edit myfunc
for editing m file functions you can do
>> guide myfunc
to open the .fig file
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps 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!