How to affix a horizontal subplot below a regular plot?
Afficher commentaires plus anciens
Summary is it. I want to have a regular plot directly above a subplot (horizontal, about half the vertical size of the top plot).
Réponse acceptée
Plus de réponses (1)
subplot(3,1,1:2); plot(rand(10,1))
subplot(3,1,3); plot(rand(10,1));
1 commentaire
A R
le 27 Juin 2021
Catégories
En savoir plus sur Subplots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


