フィルターのクリア

Compile multiple GUIs into stand-alone app

1 回表示 (過去 30 日間)
Fuad Numan
Fuad Numan 2017 年 6 月 7 日
編集済み: Adam 2017 年 6 月 7 日
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 件のコメント
Adam
Adam 2017 年 6 月 7 日
編集済み: Adam 2017 年 6 月 7 日
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by