An error in my code
이전 댓글 표시
Hello everybody, I write this code and MATLAB shows that I have an error and my code dose not work,how can I fix it

답변 (1개)
syms x
f = atan(x) ;
t = taylor(f,x,0,'order',5)
댓글 수: 6
Mayada Almousa
2022년 5월 10일
KSSV
2022년 5월 10일
Copy the code, which I have given and let us know.
Torsten
2022년 5월 10일
Maybe you don't have the Symbolic Toolbox licenced ?
Mayada Almousa
2022년 5월 10일
Torsten
2022년 5월 10일
This link explains to check the installed and licenced toolboxes:
Sam Chak
2022년 5월 10일
If you don't have the Symbolic Toolbox, then you can try the alternative for symbolically solving this simple math problem. It WORKS!
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!