How to calculate derivative of function of inside of another function ?

1 view (last 30 days)
I can calculate g(-2) but I can not calculate g'(-2) at the same time with g(2). How can I write a function to calculate both of them in one function.

Answers (1)

madhan ravi
madhan ravi on 2 Jun 2020
doc syms
doc diff
  5 Comments
Hasan Berke Bankoglu
Hasan Berke Bankoglu on 2 Jun 2020
Edited: Hasan Berke Bankoglu on 2 Jun 2020
Yes, it's mine and it's my responsibility and I want to learn it completely. I couldn't understand your code snippet. Can you tell me what the wrong things are in my codes? Just tell me what the wrong, I don't want any code. If I can learn what the wrong, then, I may solve it.
madhan ravi
madhan ravi on 3 Jun 2020
  • You create a function
  • Which takes in a function
  • You evaluate it at a given point
  • You differentiate that function at a given point (Hint: diff(...) )
Possible sources:
doc syms
doc diff
doc function
Lots of examples to go with the flow.

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!