Center graph in figure window
Afficher commentaires plus anciens
Does anyone know how to center a graph in the figure window? As you can easily see...the top end of the y axis is touching the white frame containing the figure title...

Réponses (1)
madhan ravi
le 20 Oct 2018
Modifié(e) : madhan ravi
le 20 Oct 2018
0 votes
figure()
subplot(3,1,2)
plot(x,y)
Or
subplot(4,4,[6 11])
plot(x,y)
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!