Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to view GUI when I have the m file which produces that GUI
1 次查看(过去 30 天)
显示 更早的评论
I have an m file which I got from a buddy of mine that opens a GUI and begins a game of Blackjack. The only files that he sent me were .m files, not any .fig files.
I was wondering how I could actually open the GUI itself to make some changes/improvements?
Thanks!
0 个评论
回答(1 个)
Jan
2014-10-27
You cannot open the GUI, but the code, which craetes it.
It is easy and efficient to create a GUI programmatically. A figure command and some uicontrol 's, some axes for drawing and you are ready.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!