stacked plot x axis change in 2015 matlab version

Y=[ 1 9 5 4 20
6 6 7 5 19
10 10 6 5 21]
need stacked plot of these data. But x axis would be 1, 6, 10 and y axis stacked bar data (9,5,4,20), (6,7,5,19) and (10,6,5,21)

 Réponse acceptée

Joel Lynch
Joel Lynch le 9 Juin 2021
Modifié(e) : Joel Lynch le 9 Juin 2021
bar(Y(:,1),Y(:,2:end))

3 commentaires

Thank you for your responce. but how can i plot it as a stacked bar.
bar(Y(:,1),Y(:,2:end),'stacked')
Thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by