Boxplot with vectors of different lengths
3 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(1 个)
Marc
2016-2-18
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!