필터 지우기
필터 지우기

control the size of the display

조회 수: 1 (최근 30일)
Asl
Asl 2013년 10월 23일
편집: Azzi Abdelmalek 2013년 10월 23일
How can a control the size of the plots displayed by plot command. At the moment I use the mnouse to enlarge the figures. Thanks

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 10월 23일
편집: Azzi Abdelmalek 2013년 10월 23일
Look at this example
t=0:0.1:10;
y=sin(t);
plot(t,y);
set(gcf,'units','inches','position',[1 1 10 5])

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by