boxplot3(X,Y)

Boxplot-like plot (mean, standard error and standard deviation)

You are now following this Submission

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://se.mathworks.com/matlabcentral/fileexchange/60745-boxplot3-x-y), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: boxplot2

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0