필터 지우기
필터 지우기

subplot code bar chart

조회 수: 4 (최근 30일)
Sarah Yun
Sarah Yun 2019년 12월 28일
편집: KALYAN ACHARJYA 2019년 12월 28일
Hello - what is the code to display 9 bar charts on a single plot?
subplot(3, 3, 1)
subplot(3, 3, 2)
subplot(3, 3, 3)
This shows 3 bar charts on the top row, now how do I show 3 bar charts on the middle and bottom row?
Thank you.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 28일
편집: KALYAN ACHARJYA 2019년 12월 28일
subplot(3, 3, 1)
subplot(3, 3, 2)
subplot(3, 3, 3)
subplot(3, 3, 4)
subplot(3, 3, 5)
...go on...till 9 last digit

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by