Find turning point in data

조회 수: 4 (최근 30일)
Hg
Hg 2015년 10월 22일
댓글: Firas Guechchati 2020년 10월 20일
How to get data gradient and how to locate significant changes of the gradient? I'm trying to locate the first "turning point" of the plot below. Other turning points can be ignored.
  댓글 수: 2
Walter Roberson
Walter Roberson 2015년 10월 22일
How can you tell that it is a turning point? The part to the left of it is not linear so the part to the left of it has places where the slope changes: why are they not turning points?
Hg
Hg 2015년 10월 22일
It's hard. May be by thresholding.

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

채택된 답변

Image Analyst
Image Analyst 2015년 10월 22일
Points like that are often found using a triangle thresholding method. I think there's one in the File Exchange. Basically it draws a line from the peak to the tail and then draws perpendicular lines from that hypotenuse line to the curve. The longest perpendicular line from the hypotenuse to the curve indicates the "corner" of the curve. Maybe that will work for you.
  댓글 수: 9
Image Analyst
Image Analyst 2020년 10월 19일
Your data and your signal are the same thing in that case. The index is the element of the data where your threshold is. Why doesn't it work for you? You can't personally message me but I monitor this forum very closely.
Please start your own thread and attach your data or image, and code. Let's not keep bugging the original poster HG with emails about activity on this discussion.
Firas Guechchati
Firas Guechchati 2020년 10월 20일
sorry my last post
this is the thread
https://de.mathworks.com/matlabcentral/answers/613781-i-plotted-this-and-i-want-to-measure-the-length-and-analyze-the-section-of-this-plot

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by