Filter löschen
Filter löschen

How can I solve this derivative problem in the matlab program?

2 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

KSSV
KSSV am 22 Aug. 2020
syms x
f = (x^2+1)*(x^3+3) ;
df = diff(x)
simplify(df)
  5 Kommentare
Kyle Jones
Kyle Jones am 23 Apr. 2021
You need to do diff(f) not diff(x)!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by