how can i find the value of differentiation? that is f'(2)?

조회 수: 3 (최근 30일)
Bishwam Pattnaik
Bishwam Pattnaik 2019년 3월 12일
편집: VBBV 2024년 2월 2일
f=@(x) x^2- 4
a=diff(f,x)
a(2)? .... (i am getting error here)

답변 (1개)

Alex Mcaulley
Alex Mcaulley 2019년 3월 12일
편집: VBBV 2024년 2월 2일
syms x
f=x^2- 4
f = 
a(x)=diff(f,x)
a(x) = 
a(2)
ans = 
4

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by