boxplot3(X,Y)

Version 1.0.0.0 (1,18 ko) par R P
Boxplot-like plot (mean, standard error and standard deviation)
86 téléchargements
Mise à jour 14 déc. 2016

Afficher la licence

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)

Citation pour cette source

R P (2024). boxplot3(X,Y) (https://www.mathworks.com/matlabcentral/fileexchange/60745-boxplot3-x-y), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : boxplot2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0