How to modify a GUI
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
aurc89
am 28 Mai 2014
Kommentiert: aurc89
am 29 Mai 2014
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 Kommentare
Akzeptierte Antwort
Niklas Nylén
am 28 Mai 2014
Bearbeitet: Niklas Nylén
am 28 Mai 2014
Right click the .fig file in matlab and select "Open in GUIDE".
2 Kommentare
Joseph Cheng
am 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps 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!