Problem with displaying box plot chart
7 ビュー (過去 30 日間)
古いコメントを表示
I'm having a problem with displaying box plot chart.
I'm running the box plot function on a vector within a matrix.
The resault graph has only "Whiskers" and no box plot - the blue box.
2 件のコメント
採用された回答
the cyclist
2011 年 1 月 21 日
One reason that this could happen is that the distribution is so narrow that the 25th and 75th percentiles are identical to the median. The box then "collapses" into one value.
You might try using the "prctile" command on the data you are plotting, to test what the 25th, 50th, and 75th percentiles are. The 25th and 75th define the outer edges of the box.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!