How to obtain inflection points for a curve ?

We want to find points where curve changed its slop and i attached curve .mat file.

Answers (1)

use gradient() to take numeric derivative. Use gradient() again to get second derivative. Search the second derivative for zeros or sign changes.

1 Comment

There are many points but i want few points among. I showed in the image in green colour points for samples. I need only these points for given curve. Can you tell me how to do that.

Sign in to comment.

Categories

Products

Release

R2022b

Asked:

on 15 Oct 2022

Commented:

on 17 Oct 2022

Community Treasure Hunt

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

Start Hunting!