フィルターのクリア

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 Center および File ExchangeStatistical Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by