Error : 'syms' requires Symbolic Math Toolbox.

89 次查看(过去 30 天)
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 个评论
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 个)

kunjbihari kunjbihari
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)

类别

Help CenterFile Exchange 中查找有关 Introduction 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