How can i calculate error (sse) between 2 curves in one figure?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!