Error : 'syms' requires Symbolic Math Toolbox.

조회 수: 189 (최근 30일)
Mohamed Khodir
Mohamed Khodir 2021년 5월 22일
댓글: Walter Roberson 2022년 8월 22일
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
Star Strider
Star Strider 2021년 5월 22일
My pleasure!
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
kunjbihari kunjbihari 2022년 8월 22일
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
Walter Roberson
Walter Roberson 2022년 8월 22일
This does not appear to be an answer to the question asked?

댓글을 달려면 로그인하십시오.

카테고리

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