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 show in here. I got the 3D dimensional matrix by combining them (xData and yData) together i.e. generated 52 x 46 x 2 matrix and then tried to plot with bar3 command; but, I got an error and couldn't plot. Do you guys have any idea on how to do it ?