Plotting errors with respect to the ''ground truth"
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
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?
采纳的回答
  Mischa Kim
    
      
 2014-4-17
        
      编辑:Mischa Kim
    
      
 2014-4-17
  
      Ciuban, how about simply
 plot(A-B,'bd')
2 个评论
  Mischa Kim
    
      
 2014-4-17
				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?
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!