Hi All, How to solve this Error .........."Error using horzcat Dimensions of matrices being concatenated are not consistent."
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
2 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Structures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!