How to find the error between 2 curve ?
Afficher commentaires plus anciens
Dear All,
I want to find the error between 2 curves as bellow.
The red curve is standard value 100% accuracy, while the green curve is noise value. I want to find the error between red and blue curve
Could anyone help me ?

Here is the code to plot 2 curve:
load matlab.mat
plot(x,table_A.Line1,'r', x,table_A.Line2,'g',LineWidth=2)
legend
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Exploration and Visualization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
