Boxplot with vectors of different lengths

2 visualizaciones (últimos 30 días)
Jacob
Jacob el 18 de Feb. de 2016
Comentada: Randy Diaz el 20 de Oct. de 2018
Hi, I have 3 vectors of different lengths and want to plot them on the same boxplot.
My variables are:
PR = 24 datapoints PU = 18 data points PS = 6 data points
How do I do this?
Thanks!

Respuestas (1)

Marc
Marc el 18 de Feb. de 2016
You can take a look at boxplot2 from GitHub which I think handles this.
Otherwise, a simple work around is to pad your vectors with NaNs to equal length. Boxplot in the stats toolbox ignores NaNs....

Community Treasure Hunt

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

Start Hunting!

Translated by