Grapher not plotting in App Designer Desktop App

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

Aniket
Aniket il 4 Ott 2024
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!

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by