boxplot3(X,Y)
Version 1.0.0.0 (1,18 KB) von
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)
Zitieren als
R P (2024). boxplot3(X,Y) (https://www.mathworks.com/matlabcentral/fileexchange/60745-boxplot3-x-y), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Exploration and Visualization >
Mehr zu Exploration and Visualization finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert von: boxplot2
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |