Error : 'syms' requires Symbolic Math Toolbox.

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 Kommentare

Star Strider
Star Strider am 22 Mai 2021
Your friend obviously has the Symbolic Math Toolbox licensed and installed.
Mohamed Khodir
Mohamed Khodir am 22 Mai 2021
my version is licensed , i didnot get your point , do i need to do something to make it work
Star Strider
Star Strider am 22 Mai 2021
You need to download and install the Symbolic Math Toolbox.
Mohamed Khodir
Mohamed Khodir am 22 Mai 2021
Okay great i get it thanks
Star Strider
Star Strider am 22 Mai 2021
My pleasure!
How to download and install the symbolic math toolbox? I have a license for matlab installed, but still getting this error?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 3 Feb. 2022

2 Stimmen

If they are on your license, you can install additional toolboxes using the Add-Ons Explorer.

Weitere Antworten (1)

kunjbihari kunjbihari
kunjbihari kunjbihari am 22 Aug. 2022

0 Stimmen

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 Kommentar

Walter Roberson
Walter Roberson am 22 Aug. 2022
This does not appear to be an answer to the question asked?

Melden Sie sich an, um zu kommentieren.

Kategorien

Produkte

Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by