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?

답변 (1개)

Are Mjaavatten
Are Mjaavatten 2018년 3월 16일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Color and Styling에 대해 자세히 알아보기

태그

질문:

2018년 3월 16일

답변:

2018년 3월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by