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!