Grapher not plotting in App Designer Desktop App

1 visualización (últimos 30 días)
Luis Francisco Sanchez
Luis Francisco Sanchez el 18 de Mayo de 2020
Respondida: Aniket el 4 de Oct. de 2024
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

Respuestas (1)

Aniket
Aniket el 4 de Oct. de 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!

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by