bar graph help needed

I am trying to make both bar graphs show up on the same subplot...
Mean08 needs to be red bar graph
subplot(2,2,[1 3]);
bar(Mean0);bar(Mean08, 'r');
I did that wrong but, I want someone to rewrite the second line

 採用された回答

Walter Roberson
Walter Roberson 2011 年 10 月 2 日

0 投票

subplot(2,2,[1 3]);
bar(Mean0); hold on; bar(Mean08, 'r');

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDiscrete Data Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by