Hi All, How to solve this Error .........."Error using horzcat Dimensions of matrices being concatenated are not consistent."
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm trying to do a boxplot from a structure data, each cell of the structure have different size row. I want to draw 26 boxplots in the same figure using the structure data. My code is the following:
for k=1:col boxplot(dataPBL.Smooth{:,k}) end
But does not work, help me, please. Thank you.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!