필터 지우기
필터 지우기

To represent the two 2-D matrices in a single bar graph plot

조회 수: 2 (최근 30일)
Aditya Deshmukh
Aditya Deshmukh 2017년 4월 11일
편집: Aditya Deshmukh 2017년 4월 11일
I do have generated two 2-D dimensional matrices from my core process. Now, I want to represent them via the bar graphs. I could manage to get the 3d bar graph for independant matrix as shown in figures attached. My data matrices are # "xData" - size is : (52 x 46 ) # "yData" - size is : (52 x 46). They'll always have the same size. Now, I want to represent them together in 'Grouped Style' as shown here. I tried to get the 3D dimensional matrix by combining them together (generated 52 x 46 x 2 matrix) and then to plot with bar3 command; but, I got error and couldn't plot. Do you guys have any idea on how to do it ?
<<
>>

답변 (1개)

KSSV
KSSV 2017년 4월 11일
doc bar3
  댓글 수: 1
Aditya Deshmukh
Aditya Deshmukh 2017년 4월 11일
Hi.. i also had referred this doc before and appended it as a link to my question. Unfortunately, this wasn't enough. Please show up any example if you have.

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

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by