How can I plot bar graphs with patterns on them using the BAR function in MATLAB?

27 次查看(过去 30 天)
I would like to know how can I plot bar graphs with patterns on them so that I can distinguish among them when I plot the bars in gray scale. For example
Y = round(rand(5,10)*10);
colormap(gray);
bar(Y,'group')
The bars would be more distinguishable if they had patterns on them.

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-4-27
The ability to plot bar graphs with patterns on the bars using the BAR function is not available in MATLAB.
There are several user-submitted contributions on the MATLAB Central File Exchange which help work around this issue. One such file can be found here:
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by