Error : 'syms' requires Symbolic Math Toolbox.

79 ビュー (過去 30 日間)
Mohamed Khodir
Mohamed Khodir 2021 年 5 月 22 日
コメント済み: Walter Roberson 2022 年 8 月 22 日
Hi everyone
when i run the program at version 2021 a, it shows me this message
'syms' requires Symbolic Math Toolbox.
Error in M17_khodir (line 4)
syms x
however it works with my friend version (2018)
any Help
Thanks
  6 件のコメント
Star Strider
Star Strider 2021 年 5 月 22 日
My pleasure!
Annika Stellhorn
Annika Stellhorn 2022 年 2 月 3 日
How to download and install the symbolic math toolbox? I have a license for matlab installed, but still getting this error?

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

採用された回答

Cris LaPierre
Cris LaPierre 2022 年 2 月 3 日
If they are on your license, you can install additional toolboxes using the Add-Ons Explorer.
  1 件のコメント
Annika Stellhorn
Annika Stellhorn 2022 年 2 月 3 日
thank you!

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

その他の回答 (1 件)

kunjbihari kunjbihari
kunjbihari kunjbihari 2022 年 8 月 22 日
syms y(t)
cond1 = y(0)==0;
cond2= y(1)==0;
eqn = diff(y,t)==(-y-d^2*y/dx)/2;
dsolve(eqn,cond1,cond2)
  1 件のコメント
Walter Roberson
Walter Roberson 2022 年 8 月 22 日
This does not appear to be an answer to the question asked?

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

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by