Clear Filters
Clear Filters

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

2 views (last 30 days)

Accepted Answer

KSSV
KSSV on 22 Aug 2020
syms x
f = (x^2+1)*(x^3+3) ;
df = diff(x)
simplify(df)
  5 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!