Creating charts in Matlab

3 次查看(过去 30 天)
Does Matlab have this capability to draw a chart like below for example:
What I want to draw is I have different matrices (x axis- matrix number) and in each matrix I have character array that denotes a level of instability from 1 to 7 and I want to draw them like the chart above. For example for matrix 1, I have 60% of the points in level 1, 9% level 2, 2% level 3 and so on. Can I draw something like this in Matlab? If not, does anyone have any suggestions as to what platform I can use to perform this kind of processing?

采纳的回答

per isakson
per isakson 2021-7-25
Yes, see the function, bar( ..., 'stacked' ). However, it lacks the 3D character of the bars.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Bar Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by