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
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에 대해 자세히 알아보기

제품

릴리스

R2018b

태그

질문:

2018년 10월 20일

편집:

2018년 10월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by