how can I compile exe file in matlab r2017a?

1 次查看(过去 30 天)
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.

回答(1 个)

Walter Roberson
Walter Roberson 2017-10-19
编辑:Walter Roberson 2017-10-19
"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 个评论
Kyungsun Ha
Kyungsun Ha 2017-10-19
error message says: A reference to the structure contents of a non-structured array object
Steven Lord
Steven Lord 2017-10-19
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 GUIDE 앱 마이그레이션하기 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!