Error : 'syms' requires Symbolic Math Toolbox.

187 visualizaciones (últimos 30 días)
Mohamed Khodir
Mohamed Khodir el 22 de Mayo de 2021
Comentada: Walter Roberson el 22 de Ag. de 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 comentarios
Star Strider
Star Strider el 22 de Mayo de 2021
My pleasure!
Annika Stellhorn
Annika Stellhorn el 3 de Feb. de 2022
How to download and install the symbolic math toolbox? I have a license for matlab installed, but still getting this error?

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 3 de Feb. de 2022
If they are on your license, you can install additional toolboxes using the Add-Ons Explorer.

Más respuestas (1)

kunjbihari kunjbihari
kunjbihari kunjbihari el 22 de Ag. de 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 comentario
Walter Roberson
Walter Roberson el 22 de Ag. de 2022
This does not appear to be an answer to the question asked?

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by