boxplot

版本 1.0.0.0 (3.3 KB) 作者: Cris Luengo
Elegant box plot with a few customisation features
889.0 次下载
更新时间 2015/6/9

查看许可证

BOXPLOT(Y) plots a box for each of the columns in Y. Each box will be placed on integer positions along the x-axis, corresponding to the column number. The box indicates the 25th and 75th percentiles, a bar indicates the 50th percentile, and whiskers indicate the max and min datum. H = BOXPLOT(Y) returns one handle per box.

BOXPLOT(Y,'outlier') changes the plot such that the whiskers indicate the max and min datum still within 1.5 IQR (the height of the box). Data outside the whiskers are shown as dots. H = BOXPLOT(Y,'outlier') returns two handles per box (one for the box, one for the dots representing the outliers). The outlier handle can be 0 if there were no outliers to plot.

BOXPLOT(...,'boxwidth',W,'barlength',S) additionally sets the width of the box as a fraction of the distance between boxes, and the total length of the bar that represents the median. It is recommended that S>=W. By default, W=0.4 and S=0.5.

引用格式

Cris Luengo (2024). boxplot (https://www.mathworks.com/matlabcentral/fileexchange/51134-boxplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Final attempt at fixing the description. Why do newlines disappear?

Fixed description, file didn't change.