How can I do grouping in 3-D bar?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have this data Z = rand(9,5);
I can group my data on the Y axis using the following code:
Y = [1 2 3 5 6 7 9 10 11];
bar3(Y,Z)
Now I want to group my data on the X axis , how can I do this? Thanks a lot!
댓글 수: 0
답변 (1개)
Image Analyst
2013년 10월 19일
Did you try bar3(Z, Y)?
댓글 수: 3
Image Analyst
2013년 10월 19일
Well what is Z - you never told us. Do you have a simple script you can attach?
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete Data Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!