Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to view GUI when I have the m file which produces that GUI

1 回表示 (過去 30 日間)
Scott
Scott 2014 年 10 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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!

回答 (1 件)

Jan
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.

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by