boxplot2
Version 1.0.0.0 (1.12 KB) by
R P
Boxplot-like plot (median, interquartile range and 5%-95% range)
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)
Cite As
R P (2025). boxplot2 (https://www.mathworks.com/matlabcentral/fileexchange/60744-boxplot2), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Exploration and Visualization >
Find more on Exploration and Visualization in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: boxplot3(X,Y)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |