필터 지우기
필터 지우기

How can I do grouping in 3-D bar?

조회 수: 2 (최근 30일)
may
may 2013년 10월 18일
댓글: may 2013년 10월 20일
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!

답변 (1개)

Image Analyst
Image Analyst 2013년 10월 19일
Did you try bar3(Z, Y)?
  댓글 수: 3
Image Analyst
Image Analyst 2013년 10월 19일
Well what is Z - you never told us. Do you have a simple script you can attach?
may
may 2013년 10월 20일
for example
Z = rand(9,5);

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by