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

回答 (1 件)
madhan ravi
2018 年 10 月 20 日
編集済み: madhan ravi
2018 年 10 月 20 日
0 投票
figure()
subplot(3,1,2)
plot(x,y)
Or
subplot(4,4,[6 11])
plot(x,y)
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!