You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). boxplot2 (https://se.mathworks.com/matlabcentral/fileexchange/60744-boxplot2), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: boxplot3(X,Y)
General Information
- Version 1.0.0.0 (1.12 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
