Effacer les filtres
Effacer les filtres

Plotting errors with respect to the ''ground truth"

1 vue (au cours des 30 derniers jours)
Sebastian Ciuban
Sebastian Ciuban le 17 Avr 2014
Commenté : Mischa Kim le 17 Avr 2014
Hello,
I want to make a plot for a presentation that will show the errors and I don't know how to do this in a "professional" way.
For examample I have matrix A (3 x 8) column 1 is X, column 2 is Y and column 3 is Z. Matrix A represents the "ground truth". And matrix B, same size, which resulted from calculations. B should be very close to A as values..But how I can show that?
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 17 Avr 2014
This is not clear
Sebastian Ciuban
Sebastian Ciuban le 17 Avr 2014
Lets say the reference values are A=[ 2 3 4 5 6]. I got B=[1.9 2.7 4.2 5.1 6.3].
the error matrix is E=A-B ..How I can make a graph/plot showing how big or small are the errors?

Connectez-vous pour commenter.

Réponse acceptée

Mischa Kim
Mischa Kim le 17 Avr 2014
Modifié(e) : Mischa Kim le 17 Avr 2014
Ciuban, how about simply
plot(A-B,'bd')
  2 commentaires
Sebastian Ciuban
Sebastian Ciuban le 17 Avr 2014
That might do it. But lets say the plot of A is a line, I want to plot the errors around that line.
Mischa Kim
Mischa Kim le 17 Avr 2014
Not quite sure I understand... something like this?
hold all
plot(A,'r-')
plot(B,'bs')
How do you need this plot to be adapted to fit your needs?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by