once matlab is closed is there any way to edit the gui which was working previously.
7 次查看(过去 30 天)
显示 更早的评论
I was previously working on a gui figure. I closed matlab and when i reopend i am not able to change pushbotton position. Is there any way i can do that. Or is it that i should create a new gui.
0 个评论
采纳的回答
Salaheddin Hosseinzadeh
2014-3-12
In the MATLAB command line type 'guide' then GUIDE Quick Start menu will popup. Go the the 'Open Existing GUI' and there you should be able to see your recenly opened GUIs, file format is '*.fig'. Simply open the file and change whatever you want. Good Luck!
更多回答(1 个)
nl2605
2014-3-12
You should open the guide file of your GUI and change the position there.
3 个评论
nl2605
2014-3-12
How did you create this GUI file you are talking of? Didn't you use the GUIDE? If you go and type guide in command prompt it opens the GUIDE where you can make changes in your GUI. The name should be the same as the name of your GUI file.
另请参阅
类别
在 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!