multi bar labeling plot
이전 댓글 표시
채택된 답변
추가 답변 (2개)
Sulaymon Eshkabilov
2019년 5월 16일
Hi Ali,
Here is a simple solution to your problem:
A= randi([15, 25], 13, 3); % Insert your data here
H = bar(A); shg
H(1).FaceColor='g';
H(2).FaceColor='r';
H(3).FaceColor='b';
Good luck.
Sergio Yanez-Pagans
2021년 8월 21일
0 개 추천
댓글 수: 1
Adam Danz
2021년 8월 21일
Cool function, but how does that address the question of how to label the bar groups?
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


