필터 지우기
필터 지우기

boxplot on third dimension of the matrix

조회 수: 3 (최근 30일)
Asl
Asl 2013년 10월 24일
답변: Walter Roberson 2013년 10월 25일
A= rand(2,3,10)
boxplot(A,3); does not work
how I can generate a bocplot on third dimensions = 6 box plots Thanks

답변 (1개)

Walter Roberson
Walter Roberson 2013년 10월 25일
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?

Community Treasure Hunt

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

Start Hunting!

Translated by