필터 지우기
필터 지우기

How to find a particular data in a residuals plot

조회 수: 2 (최근 30일)
wesleynotwise
wesleynotwise 2017년 6월 8일
댓글: Star Strider 2017년 6월 12일
I have a residual plot ( using plotResiduals(mdl, 'fitted'))where the data is taken from a Table.
Since I know the row number of the data in Table, how can I find the location a certain data in the plot? eg: the locations of the 15th and 50th data.

채택된 답변

Star Strider
Star Strider 2017년 6월 8일
Not at all certain about this.
If I understand correctly, that would seem to me to be:
xd = x([15, 50]); % Desired Values Of Independent Variable
yd = y([15, 50]); % Desired Values Of Dependent Variable
  댓글 수: 10
wesleynotwise
wesleynotwise 2017년 6월 12일
Noted. Cheers :)
Star Strider
Star Strider 2017년 6월 12일
Cheers!

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by