How to subplot 3by2 in matlab?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How I can plot like this?
Fig1 Fig2
Fig3 Fig4
Fig5 Fig6
0 commentaires
Réponses (2)
Steven Lord
le 22 Déc 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Subplots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!