Borrar filtros
Borrar filtros

how can I compile exe file in matlab r2017a?

2 visualizaciones (últimos 30 días)
Kyungsun Ha
Kyungsun Ha el 19 de Oct. de 2017
Comentada: Steven Lord el 19 de Oct. de 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.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre GUIDE 앱 마이그레이션하기 en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!