stacked plot x axis change in 2015 matlab version

2 次查看(过去 30 天)
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)

采纳的回答

Joel Lynch
Joel Lynch 2021-6-9
编辑:Joel Lynch 2021-6-9
bar(Y(:,1),Y(:,2:end))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by