Finding inflection point on a x,y plot

Hi, how can i find the inflection point of the plot in the circled area. See attached image. The plot is based on x,y coordinates rather than a function.
Thanks

댓글 수: 4

John D'Errico
John D'Errico 2015년 11월 10일
There are actually THREE inflection points on that plot.
Image Analyst
Image Analyst 2015년 11월 10일
Do you mean the x location where the "flat-ish" part in the black oval goes from concave down to concave up? Just curious, since this could be imprecise and happen anywhere over a wide range of x, why do you want this location?
Image Analyst
Image Analyst 2015년 11월 10일
Do you mean the x location where the "flat-ish" part in the black oval goes from concave down to concave up? Just curious, since this could be imprecise and happen anywhere over a wide range of x, why do you want this location?
jchris14
jchris14 2015년 11월 10일
well yes. But is there a way to find the exact points from either the plot or the x,y data?

댓글을 달려면 로그인하십시오.

답변 (1개)

Adam Barber
Adam Barber 2015년 11월 10일

0 개 추천

Do you have an analytic (symbolic) representation of the function? Or just numerical data?
If you have an analytic representation, you can just differentiate it twice to find the inflection point. You can also do this numerically with gradient or diff, then find where it is zero (or approximately zero) to find the inflection point.

댓글 수: 4

jchris14
jchris14 2015년 11월 10일
I understand the function differentiation to get the inflection point. However i only have numerical data.. sigh.
Matt J
Matt J 2015년 11월 10일
Then you should do a curve fit to the data, and use analytical differentiation on the resulting fit.
jchris14
jchris14 2015년 11월 10일
already thought about that but what fit fits that crazy plot?
Matt J
Matt J 2015년 11월 11일

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기

태그

질문:

2015년 11월 10일

댓글:

2015년 11월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by