Grapher not plotting in App Designer Desktop App

1 回表示 (過去 30 日間)
Luis Francisco Sanchez
Luis Francisco Sanchez 2020 年 5 月 18 日
回答済み: Aniket 2024 年 10 月 4 日
I made an mechanical vibrations grapher on app designer and it runs perfectly fine when openned with MATLAB. I am trying to share it within a standalone application. When installed in my computer (to see how it performs) , it does the calculations, but it does not make the plots. Instead, my computer does the "windows error sound" , but I can't find any problem.
Here is my file .mlapp

回答 (1 件)

Aniket
Aniket 2024 年 10 月 4 日
I tried to reproduce the issue by compiling the provided app using Application Compiler. After going through the log files, I found that the code contains "syms" which is not supported by MATLAB Compiler for deployment.
Please refer to the below MATLAB community posts which discuss some ways to mimic the functionality of "syms" for deployment purpose:
Hope this sets you on the right path!

カテゴリ

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by