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

 Réponse acceptée

Walter Roberson
Walter Roberson le 2 Oct 2011

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Discrete Data Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by