boxplot2

版本 1.0.0.0 (1.1 KB) 作者: R P
Boxplot-like plot (median, interquartile range and 5%-95% range)
176.0 次下载
更新时间 2016/12/14

查看许可证

boxplot2 plots median (red, quantile 0.5), interquartile range (blue,
quantiles 0.25 and 0.75) and non-outliers range (black, quantiles 0.05
and 0.95)

Syntax: boxplot2(X,Y)

Example:
X=1:2;
Y{1}=1:100;
Y{2}=101:200;
boxplot2(X,Y)

引用格式

R P (2024). boxplot2 (https://www.mathworks.com/matlabcentral/fileexchange/60744-boxplot2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签
致谢

启发作品: boxplot3(X,Y)

Community Treasure Hunt

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

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