How do I find the bend in a line?

조회 수: 3 (최근 30일)
Louisa Thomas
Louisa Thomas 2017년 10월 29일
편집: John D'Errico 2017년 10월 29일
I have the following in my code, which produces a line graph with 5 lines (plotting number of trials (50) on the x axis, against discount rate (k) on the y axis).
figure; plot(self1.k) % standard blue line
hold on, plot(other1.k,'g') % green
hold on, plot(self2.k,'--b') % blue dashed
hold on, plot(other2.k,'r') % red
hold on, plot(self3.k,'.b') % blue points
title('Discount Rate Evolution Over Trials')
I want to find the bend in these lines, to see what number of trials I will need.
How do I go about doing this?
  댓글 수: 1
John D'Errico
John D'Errico 2017년 10월 29일
편집: John D'Errico 2017년 10월 29일
What bend? How did you create the "lines"? We cannot see into your computer. No matter what, you will need to find the bend in advance, from the data or function itself.

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

답변 (1개)

Image Analyst
Image Analyst 2017년 10월 29일
hard to tell since you didn't attach any data or screenshots. Maybe try findchangepts().

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by