How to plot multiple box plots on same graph with same size vector?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I have two vectors with the same length and I want to plot both in the same boxplot but I can only see one
I tried this
vol = [D1(:,1);C1(:,1)];
plot = figure;
boxplot(vol);
title('Volume differences')
ylabel('Volume [m^{3}]')
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/723759/image.png)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Discrete Data Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!