boxplot on third dimension of the matrix
Ältere Kommentare anzeigen
A= rand(2,3,10)
boxplot(A,3); does not work
how I can generate a bocplot on third dimensions = 6 box plots Thanks
Antworten (1)
Walter Roberson
am 25 Okt. 2013
0 Stimmen
Boxplot plots one box per column. If you are wanting to plot against the third dimension, then how are you expecting the first two dimensions to be represented? An array of boxes?
Kategorien
Mehr zu Box Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!