barplot with both plot next to each other?

Hey guys I would like to make a barplot that should look like the picture that I uploaded can anyone help me?

Antworten (1)

Are Mjaavatten
Are Mjaavatten am 16 Mär. 2018

0 Stimmen

y = [5,4;6,5.5;3.8,3];
bar(y)
set(gca,'XTickLabel',{'T1';'T2';'T3'})
legend('Messung','Simulation')

Kategorien

Mehr zu Color and Styling finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 16 Mär. 2018

Beantwortet:

am 16 Mär. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by