How to modify a GUI
80 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
aurc89
el 28 de Mayo de 2014
Comentada: aurc89
el 29 de Mayo de 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 comentarios
Respuesta aceptada
Niklas Nylén
el 28 de Mayo de 2014
Editada: Niklas Nylén
el 28 de Mayo de 2014
Right click the .fig file in matlab and select "Open in GUIDE".
2 comentarios
Joseph Cheng
el 28 de Mayo de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!