An error in my code

1 次查看(过去 30 天)
Mayada Almousa
Mayada Almousa 2022-5-10
评论: Sam Chak 2022-5-10
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 个)

KSSV
KSSV 2022-5-10
syms x
f = atan(x) ;
t = taylor(f,x,0,'order',5)
t = 
  6 个评论
Sam Chak
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!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by