Compile multiple GUIs into stand-alone app

2 visualizzazioni (ultimi 30 giorni)
Fuad Numan
Fuad Numan il 7 Giu 2017
Modificato: Adam il 7 Giu 2017
Hi,
I am trying to create a standalone applications from multiple GUIs, I have "main" GUI, which includes some buttons to call another sub GUIs (*.fig), I tried the MATLAB compiler and added the list of required files for the application to run. Unfortunately, when I try to open the created "exe" file, the program stuck in the background. sometimes the "main" GUI will work fine but the buttons that supposed to open the sub GUIs are not functioning.
Any help in this issue would be highly appreciated.
  1 Commento
Adam
Adam il 7 Giu 2017
Modificato: Adam il 7 Giu 2017
Take a look at the log file when you run it to see what the error is. If you don't have a log file make sure you tell it to create one when you compile.
The dependency checker should pick up GUI files fine if they are launched in a standard way (i.e. not via str2fun or some other string-based method). Dependencies of those GUIs should then also be picked up.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su App Building in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by