How to find the changing point in figure?

조회 수: 4 (최근 30일)
ADNAN KIRAL
ADNAN KIRAL 2021년 11월 18일
댓글: ADNAN KIRAL 2021년 11월 18일
Dear,
I have the data (a simple script is attached here for the plotting).
I want to find where it starts to change (slope of the line). I.e. I want to know the point of yielding in line. As you can see from the image, it is linear up to some point, but later the slope starts to change. How can I find the first changing point (just before a new slope) in my data,
Thanks for your help.
Regards,
load test12F.txt;
load test12D.txt;
D= test12D(:,3);
M= test12F(:,3)
figure; plot(D,M)

답변 (1개)

Steven Lord
Steven Lord 2021년 11월 18일
Take a look at the ischange function.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by