Find Major Point of Inflection

1 view (last 30 days)
Josh Choe
Josh Choe on 23 Jan 2014
I have a velocity graph, attached, from experimental data. I want to find the first major point of inflection before the local min at the first trough.
I have tried using... B = [0 diff(v)] Result = find(B(1:end-1).*B(2:end)<0) but it will give me all of the minor points of inflection, an artifact of the data, that I don't want, does anyone know how to do this?

Answers (0)

Categories

Find more on Networks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!