how to deploy an app which contains 'syms' and 'solve' functions
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi. I've made an app using appdesigner, which contains lots of syms and solve functions.
Everything works well in appdesigner, but when I convert it to an .exe file, it doesn't work.
I know that matlab Application Compiler doesn't deploy symbolic toolbox. My question is:
Is there any other ways to deploy an app so all syms and solves work?
1 Kommentar
Antworten (1)
Umang Pandey
am 7 Nov. 2024 um 4:58
Bearbeitet: Umang Pandey
am 11 Nov. 2024 um 3:09
Hi Mahdi,
Creation of symbolic expressions such as using sym, syms, and str2sym are not supported in app. However,you can refer to the following MATLAB answer by Steven where he has provided a couple of potential workarounds :
Hope this helps!
Best,
Umang
2 Kommentare
Walter Roberson
am 7 Nov. 2024 um 6:41
Verschoben: Walter Roberson
am 7 Nov. 2024 um 6:41
You accidentally linked to this very question.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!