How can i calculate error (sse) between 2 curves in one figure?

5 visualizaciones (últimos 30 días)
Deniz
Deniz el 8 de Nov. de 2013
Comentada: dpb el 8 de Nov. de 2013
Hi, I saved a plot V60abX1ohneGrid.fig. I have some x and y data. I plot the x and y data into V60abX1ohneGrid.fig like this:
x; y; fig1=openfig('V60abX1ohneGrid.fig'); plot(gca,x,y)
So i get this plot
Can someone tell me how i get the error (maybe SSE) between the 2 curves?
Thanks
  3 comentarios
Deniz
Deniz el 8 de Nov. de 2013
Editada: Deniz el 8 de Nov. de 2013
Thank you for your time. Yes as you said the thick line comes from a fit to the data points (saved figure). The thin line comes from x and y data. I plottet the x and y data into the saved figure of the curvefit. now i wanted the difference or the space or error between the thick line and the thin line.
dpb
dpb el 8 de Nov. de 2013
That's what the above gives if the points are commensurate.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Fit Postprocessing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by