Center graph in figure window

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
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)

Produits

Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by