Error : 'syms' requires Symbolic Math Toolbox.
173 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohamed Khodir
le 22 Mai 2021
Commenté : Walter Roberson
le 22 Août 2022
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 commentaires
Annika Stellhorn
le 3 Fév 2022
How to download and install the symbolic math toolbox? I have a license for matlab installed, but still getting this error?
Réponse acceptée
Plus de réponses (1)
kunjbihari kunjbihari
le 22 Août 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 commentaire
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!