Filter löschen
Filter löschen

how can I compile exe file in matlab r2017a?

1 Ansicht (letzte 30 Tage)
Kyungsun Ha
Kyungsun Ha am 19 Okt. 2017
Kommentiert: Steven Lord am 19 Okt. 2017
I made a simple GUI program, and I searched how can I compile this to exe file. this is deploy tools opened by >>deploytool (i cannot find thie tool in New because I am using Korean...).
In these menu, what compiles GUI to exe?
I want to compile when I run exe file, file opens thjis GUI.

Antworten (1)

Walter Roberson
Walter Roberson am 19 Okt. 2017
Bearbeitet: Walter Roberson am 19 Okt. 2017
"Application Compiler" is the one to use.
Note: for compiled GUI it is important that you uiwait() the figure handle after initializing the GUI. If you created the GUI using GUIDE, then there is a place in the code to remove the comment "%" to enable uiwait()
  5 Kommentare
Kyungsun Ha
Kyungsun Ha am 19 Okt. 2017
error message says: A reference to the structure contents of a non-structured array object
Steven Lord
Steven Lord am 19 Okt. 2017
Can you show line 42 of untitled2.m (and maybe, for some context, a few lines before and after?) Copy and paste the lines shown by the following command into a comment in this discussion.
dbtype 37:47 untitled2.m

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu GUIDE 앱 마이그레이션하기 finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!