How to subplot 3by2 in matlab?

2 visualizzazioni (ultimi 30 giorni)
sam
sam il 22 Dic 2022
Risposto: Steven Lord il 22 Dic 2022
How I can plot like this?
Fig1 Fig2
Fig3 Fig4
Fig5 Fig6

Risposte (2)

Ghazwan
Ghazwan il 22 Dic 2022

Steven Lord
Steven Lord il 22 Dic 2022
Use the "Quadrant of Subplots" example on the documentation page for the subplot function as a model (all you'd need to do is change the size of the grid and add two more subplot calls and plotting commands) or use tiledlayout in a similar way.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by