An error in my code

1 Ansicht (letzte 30 Tage)
Mayada Almousa
Mayada Almousa am 10 Mai 2022
Kommentiert: Sam Chak am 10 Mai 2022
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

Antworten (1)

KSSV
KSSV am 10 Mai 2022
syms x
f = atan(x) ;
t = taylor(f,x,0,'order',5)
t = 
  6 Kommentare
Torsten
Torsten am 10 Mai 2022
This link explains to check the installed and licenced toolboxes:
Sam Chak
Sam Chak am 10 Mai 2022
If you don't have the Symbolic Toolbox, then you can try the alternative for symbolically solving this simple math problem. It WORKS!

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by