How do I create boxplot?

조회 수: 1 (최근 30일)
Veronika
Veronika 2015년 3월 28일
댓글: Veronika 2015년 3월 28일
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
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.
Veronika
Veronika 2015년 3월 28일
Apparently, this is my data, but I need to put this data into one boxplot.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by