how to deploy an app which contains 'syms' and 'solve' functions

5 vues (au cours des 30 derniers jours)
Mahdi Hayati
Mahdi Hayati le 14 Sep 2022
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 commentaire
Simon Shi
Simon Shi le 8 Oct 2022
I also found that 'syms' and 'solve' can not be used in web app server.

Connectez-vous pour commenter.

Réponses (1)

Avni Agrawal
Avni Agrawal le 27 Fév 2025
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 :
I hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by