How do I create boxplot?
1 次查看(过去 30 天)
显示 更早的评论
Dear all,
I have this data: Chyba_MSE_velky, which I attached. I want to create a boxplot from this data. I tried this:
load('Chyba_MSE_velky')
boxplot(Chyba_MSE_velky)
But it´s really horrible.
Do you have any idea? Thank you for your answers.
2 个评论
Oleg Komarov
2015-3-28
The problem is in your data, not the boxplot. You can try to plot boxplot(Chyba_MSE_velky(:,1:3)) a few columns and convince yourself that's the data you have.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!