boxplot of matrix rows which its column is filled with data

Hello
I have a N*1 array that is filled with data how can I plot the number of rows according to the dispersion its content .
Thanks

2 comentarios

So you just want to plot the row number against the corresponding data point?
plot([1:length(data)],data);
The above is identical to
plot(data)
I've no idea in "the number of rows according to the dispersion its content." what dispersion means??
I'm guessing maybe the Nx1 array may be a cell array with each cell another array, maybe?
The "dispersion" and "boxplot" together in the same post make me think there's more here than meets the eye, but we're definitely lacking enough information to have any idea what the question really is, what more the solution.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Graphics Performance en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Feb. de 2019

Comentada:

dpb
el 18 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by