boxplot

버전 1.0.0.0 (3.25 KB) 작성자: Cris Luengo
Elegant box plot with a few customisation features
다운로드 수: 896
업데이트 날짜: 2015/6/9

라이선스 보기

BOXPLOT(Y) plots a box for each of the columns in Y. Each box will be placed on integer positions along the x-axis, corresponding to the column number. The box indicates the 25th and 75th percentiles, a bar indicates the 50th percentile, and whiskers indicate the max and min datum. H = BOXPLOT(Y) returns one handle per box.

BOXPLOT(Y,'outlier') changes the plot such that the whiskers indicate the max and min datum still within 1.5 IQR (the height of the box). Data outside the whiskers are shown as dots. H = BOXPLOT(Y,'outlier') returns two handles per box (one for the box, one for the dots representing the outliers). The outlier handle can be 0 if there were no outliers to plot.

BOXPLOT(...,'boxwidth',W,'barlength',S) additionally sets the width of the box as a fraction of the distance between boxes, and the total length of the bar that represents the median. It is recommended that S>=W. By default, W=0.4 and S=0.5.

인용 양식

Cris Luengo (2024). boxplot (https://www.mathworks.com/matlabcentral/fileexchange/51134-boxplot), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Final attempt at fixing the description. Why do newlines disappear?

Fixed description, file didn't change.