how can I compile exe file in matlab r2017a?
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
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
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
See Also
Categories
Find more on GUIDE 앱 마이그레이션하기 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!