Grapher not plotting in App Designer Desktop App
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Aniket
am 4 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!