boxplot2 plots median (red, quantile 0.5), interquartile range (blue,
quantiles 0.25 and 0.75) and non-outliers range (black, quantiles 0.05
and 0.95)
Syntax: boxplot2(X,Y)
Example:
X=1:2;
Y{1}=1:100;
Y{2}=101:200;
boxplot2(X,Y)
引用
R P (2024). boxplot2 (https://www.mathworks.com/matlabcentral/fileexchange/60744-boxplot2), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Exploration and Visualization >
Help Center および MATLAB Answers で Exploration and Visualization についてさらに検索
タグ
謝辞
ヒントを与えたファイル: boxplot3(X,Y)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |