An error in my code
Mostra commenti meno recenti
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

Risposte (1)
syms x
f = atan(x) ;
t = taylor(f,x,0,'order',5)
6 Commenti
Mayada Almousa
il 10 Mag 2022
KSSV
il 10 Mag 2022
Copy the code, which I have given and let us know.
Torsten
il 10 Mag 2022
Maybe you don't have the Symbolic Toolbox licenced ?
Mayada Almousa
il 10 Mag 2022
Torsten
il 10 Mag 2022
This link explains to check the installed and licenced toolboxes:
Sam Chak
il 10 Mag 2022
If you don't have the Symbolic Toolbox, then you can try the alternative for symbolically solving this simple math problem. It WORKS!
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!