How to plot two variables on same graph in matlab with mean and extreme values?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have to plot two variables in the same plot with mean extreme values. The variables and values are below:
x = [0.8354 1.6835 2.5351]
y = [0.7226 1.4629 2.2032]
I am attaching a reference image along with the question.
![](/matlabcentral/answers/uploaded_files/99508/IMG_20171226_113444847.jpg)
0 Commenti
Risposte (1)
Walter Roberson
il 26 Dic 2017
boxplot()?
2 Commenti
Walter Roberson
il 26 Dic 2017
I know that in the past it has been possible to delete the quartile graphic objects after drawing the box plot, but I have not looked at how boxplot are drawn these days.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!