필터 지우기
필터 지우기

zoom in function figure

조회 수: 1 (최근 30일)
AA
AA 2017년 10월 27일
댓글: AA 2017년 10월 27일
hi, my code shows me 10 different figures and for each figure I have to zoom in. This is very time consuming. Can I display the figures in such a way that they are automatically zoomed in on the x axis between x=400 and x=600, once being displayed.
thanks

채택된 답변

Steven Lord
Steven Lord 2017년 10월 27일
See the xlim or axis functions.
  댓글 수: 1
AA
AA 2017년 10월 27일
h=gcf; set(h.Children,'Xlim',[400 500]);

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by