How to select best x-axis values correspond to curve knee y-axis values

I'm plotting this curves shown below, and I want to extract the best x-axis values correspond to curve knee y-axis values. My target is , for each curve, to pick the smallest x-axis value where the y-axis values seem to start to flatten out.
see this figure.

 채택된 답변

KSSV
KSSV 2019년 1월 28일

0 개 추천

Try fitting a striaght line for the requrired points using polyfit and check for devaitaion of points from the line and pick the required points.

댓글 수: 3

Could you please support with matlab code?
Provide data and specify your region points manually....
Oh,
I did this manually, I want to do it dynamically such that we can pick the smallest X value for each curve at the position the curve starts to be flatten out.
Could you help me according to my figure above?

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2019년 1월 28일

댓글:

2019년 1월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by