boxplot3(X,Y)

Version 1.0.0.0 (1.18 KB) by R P
Boxplot-like plot (mean, standard error and standard deviation)
90 Downloads
Updated 14 Dec 2016

View License

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 Linux
Tags Add Tags
Acknowledgements

Inspired by: boxplot2

Version Published Release Notes
1.0.0.0