How can i calculate error (sse) between 2 curves in one figure?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (0)
Ver también
Categorías
Más información sobre Fit Postprocessing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!