Finding inflection point on a x,y plot
조회 수: 2 (최근 30일)
이전 댓글 표시
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
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?
답변 (1개)
Adam Barber
2015년 11월 10일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!