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

20 ビュー (過去 30 日間)
Mahdi Hayati
Mahdi Hayati 2022 年 9 月 14 日
編集済み: Umang Pandey 2024 年 11 月 11 日 3:09
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 件のコメント
Simon Shi
Simon Shi 2022 年 10 月 8 日
I also found that 'syms' and 'solve' can not be used in web app server.

サインインしてコメントする。

回答 (1 件)

Umang Pandey
Umang Pandey 2024 年 11 月 7 日 4:58
編集済み: Umang Pandey 2024 年 11 月 11 日 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 件のコメント
Walter Roberson
Walter Roberson 2024 年 11 月 7 日 6:41
移動済み: Walter Roberson 2024 年 11 月 7 日 6:41

You accidentally linked to this very question.

Umang Pandey
Umang Pandey 2024 年 11 月 7 日 7:12
Thanks Walter, corrected it!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNewton-Raphson Method についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by