Compile multiple GUIs into stand-alone app

1 Ansicht (letzte 30 Tage)
Fuad Numan
Fuad Numan am 7 Jun. 2017
Bearbeitet: Adam am 7 Jun. 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 Kommentar
Adam
Adam am 7 Jun. 2017
Bearbeitet: Adam am 7 Jun. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by