boxplot3(X,Y)
Version 1.0.0.0 (1.18 KB) by
R P
Boxplot-like plot (mean, standard error and standard deviation)
boxplot3 plots mean (red), standard error (blue,
quantiles 0.25 and 0.75) and standard deviation (black)
Syntax: boxplot3(X,Y)
Example:
X=1:2;
Y{1}=1:100;
Y{2}=101:200;
boxplot3(X,Y)
Cite As
R P (2026). boxplot3(X,Y) (https://in.mathworks.com/matlabcentral/fileexchange/60745-boxplot3-x-y), 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 and Hypothesis Tests > Exploration and Visualization >
Find more on Exploration and Visualization in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: boxplot2
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
