subplot code bar chart
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sarah Yun
il 28 Dic 2019
Modificato: KALYAN ACHARJYA
il 28 Dic 2019
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.
0 Commenti
Risposta accettata
KALYAN ACHARJYA
il 28 Dic 2019
Modificato: KALYAN ACHARJYA
il 28 Dic 2019
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Subplots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!