multi bar labeling plot
Ältere Kommentare anzeigen
Akzeptierte Antwort
Weitere Antworten (2)
Sulaymon Eshkabilov
am 16 Mai 2019
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.
1 Kommentar
Ali Ali
am 17 Mai 2019
Sergio Yanez-Pagans
am 21 Aug. 2021
0 Stimmen
1 Kommentar
Adam Danz
am 21 Aug. 2021
Cool function, but how does that address the question of how to label the bar groups?
Kategorien
Mehr zu Axis Labels finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


