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!