How can I draw a parity plot?
Mostra commenti meno recenti
Hello everyone,
I have two series of data as follows: x=[0.8288 1.021 1.2093 1.4674 1.7577 1.9679 2.2465 2.9532]; y=[0.8242 1.05976 1.2804 1.5481 1.79315 2.0521 2.3475 2.9939];
In which x is experiment values (horizontal axis) and y (vertical axis) is models data. I would like to have a parity plot including a bisector , upper bound and lower bound limited within 5% as scatter error.
How can I write a code for this? Thanks in advance
Risposta accettata
Più risposte (1)
Thorsten
il 13 Apr 2015
plot(x,y, '.')
line([0.5 3],[0.5 3])
1 Commento
Parham Babakhani Dehkordi
il 13 Apr 2015
Categorie
Scopri di più su Scatter Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!