Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
Scott
Scott am 27 Okt. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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!

Antworten (1)

Jan
Jan am 27 Okt. 2014
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.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by