Standolane application is not working like in app designer

6 ビュー (過去 30 日間)
Ersad Mert Mutlu
Ersad Mert Mutlu 2022 年 1 月 10 日
コメント済み: Ersad Mert Mutlu 2022 年 1 月 11 日
When packaging the app where is an in the app designer with a standalone application, I am taking this error. You can see this in the picture. Also, the packaged application is not working like an in the app designer. I mean, I put some buttons and a graph. The purpose is that you are clicking a button and then a graph is plotting. When I started in the app designer, there is no problem. Each button is working but when I packaged it, some buttons are not working. How can I solve this problem?
This graph is from App Designer
This graph is from Standalone Application
This is the error during packaging

採用された回答

Steven Lord
Steven Lord 2022 年 1 月 10 日
That picture suggests there is an issue but it doesn't say anything about what that issue is. Can you review the log file linked in that dialog and show us the relevant section?
Since you're trying to create a standalone application from an App Designer app my guess is that you're running into the problems described in the "Fixing Callback Problems: Missing Functions" section on this documentation page and need to add in the pragma to ensure the missing function is included in the application.
As an example, if you're loading an object from a MAT-file and there's no indication in the code itself that the object's constructor needs to be included you may need to manually inform MATLAB Compiler to include that constructor file in the application.
  4 件のコメント
Walter Roberson
Walter Roberson 2022 年 1 月 10 日
You can never compile or do code generation for Symbolic Toolbox.
Ersad Mert Mutlu
Ersad Mert Mutlu 2022 年 1 月 11 日
Thank you so much.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by