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 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