3D grouped bar graph

5 ビュー (過去 30 日間)
Ze Lin Chew
Ze Lin Chew 2019 年 11 月 29 日
コメント済み: dpb 2019 年 11 月 29 日
Hi, I have multiple bar chart that i would like to group together to become a 3D graph with time.
for i = 1 : size(WARNING,1)
figure(i)
x = find(t(32).timetable.time == WARNING(i));
subplot(1,1,1);
y = find(t(32).addresstimetable.DailyPADD(x,:)~=0);
bar(t(32).addresstimetable.DailyPADD(x,y));
TT = join(horzcat(string(WARNING(i)),'WARNING'));
title(TT);
ylabel('Percentage,%');
ylim([0 100]);
set(gca,'xticklabel',addressname(y));
end
  2 件のコメント
Ze Lin Chew
Ze Lin Chew 2019 年 11 月 29 日
The 2D bar chart is as shown
i would like to include the timedate to become a 3D graph
dpb
dpb 2019 年 11 月 29 日

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeBar Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by