How to modify a GUI
76 次查看(过去 30 天)
显示 更早的评论
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 ?
采纳的回答
Niklas Nylén
2014-5-28
编辑:Niklas Nylén
2014-5-28
Right click the .fig file in matlab and select "Open in GUIDE".
2 个评论
Joseph Cheng
2014-5-28
or similar to how you would enter
>>edit myfunc
for editing m file functions you can do
>> guide myfunc
to open the .fig file
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!