How to modify a GUI
80 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Niklas Nylén
il 28 Mag 2014
Modificato: Niklas Nylén
il 28 Mag 2014
Right click the .fig file in matlab and select "Open in GUIDE".
2 Commenti
Joseph Cheng
il 28 Mag 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!