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 件のコメント
Torsten
Torsten 2022 年 5 月 10 日
This link explains to check the installed and licenced toolboxes:
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 Center および File ExchangeCalculus についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by