Error : 'syms' requires Symbolic Math Toolbox.
Show older comments
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 Comments
Star Strider
on 22 May 2021
Mohamed Khodir
on 22 May 2021
Star Strider
on 22 May 2021
You need to download and install the Symbolic Math Toolbox.
Mohamed Khodir
on 22 May 2021
Star Strider
on 22 May 2021
My pleasure!
Annika Stellhorn
on 3 Feb 2022
How to download and install the symbolic math toolbox? I have a license for matlab installed, but still getting this error?
Accepted Answer
More Answers (1)
kunjbihari kunjbihari
on 22 Aug 2022
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 Comment
Walter Roberson
on 22 Aug 2022
This does not appear to be an answer to the question asked?
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!