multi bar labeling plot
Mostra commenti meno recenti
Risposta accettata
Più risposte (2)
Sulaymon Eshkabilov
il 16 Mag 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 Commento
Ali Ali
il 17 Mag 2019
Sergio Yanez-Pagans
il 21 Ago 2021
0 voti
1 Commento
Adam Danz
il 21 Ago 2021
Cool function, but how does that address the question of how to label the bar groups?
Categorie
Scopri di più su Axis Labels in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


