How do I create boxplot?

1 visualización (últimos 30 días)
Veronika
Veronika el 28 de Mzo. de 2015
Comentada: Veronika el 28 de Mzo. de 2015
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 comentarios
Oleg Komarov
Oleg Komarov el 28 de Mzo. de 2015
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 el 28 de Mzo. de 2015
Apparently, this is my data, but I need to put this data into one boxplot.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by