move the axes to sit in the whole window

조회 수: 2 (최근 30일)
alex
alex 2014년 9월 15일
댓글: alex 2014년 9월 15일
Hello!
i want the begining of the axes (0,0) to be at the down and left corner of the window.
i want the axes to sit in the whole window.
axis([0 15000 0 10000])
axis off
hold on
plot(1000,3000,'r.','MarkerSize',20)
Any ideas?

채택된 답변

Michael Haderlein
Michael Haderlein 2014년 9월 15일
Dear Alex,
set(gca,'position',[0 0 1 1])
should do the job.
Best regards,
Michael
  댓글 수: 1
alex
alex 2014년 9월 15일
Thank you very much Michael! it is exactly what i wanted!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by