Borrar filtros
Borrar filtros

How to find a particular data in a residuals plot

2 visualizaciones (últimos 30 días)
wesleynotwise
wesleynotwise el 8 de Jun. de 2017
Comentada: Star Strider el 12 de Jun. de 2017
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.

Respuesta aceptada

Star Strider
Star Strider el 8 de Jun. de 2017
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 comentarios
wesleynotwise
wesleynotwise el 12 de Jun. de 2017
Noted. Cheers :)
Star Strider
Star Strider el 12 de Jun. de 2017
Cheers!

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by