Grapher not plotting in App Designer Desktop App
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Aniket
le 4 Oct 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.
You may refer to this link to know more about compiler support: https://in.mathworks.com/products/compiler/compiler_support.html#:~:text=Creation%20of%20symbolic%20expressions%20such%20as%20using%20sym%2C%20syms%2C%20and%20str2sym
Please refer to the below MATLAB community posts which discuss some ways to mimic the functionality of "syms" for deployment purpose:
3. https://www.mathworks.com/matlabcentral/answers/601402-problem-with-matlab-standalone-application
Hope this sets you on the right path!
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!