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