Clear Filters
Clear Filters

how can I compile exe file in matlab r2017a?

1 view (last 30 days)
Kyungsun Ha
Kyungsun Ha on 19 Oct 2017
Commented: Steven Lord on 19 Oct 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.

Answers (1)

Walter Roberson
Walter Roberson on 19 Oct 2017
Edited: Walter Roberson on 19 Oct 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 Comments
Kyungsun Ha
Kyungsun Ha on 19 Oct 2017
error message says: A reference to the structure contents of a non-structured array object
Steven Lord
Steven Lord on 19 Oct 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

Sign in to comment.

Categories

Find more on GUIDE 앱 마이그레이션하기 in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!