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일

1 개 추천

See the xlim or axis functions.

댓글 수: 1

AA
AA 2017년 10월 27일
h=gcf; set(h.Children,'Xlim',[400 500]);

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

질문:

AA
2017년 10월 27일

댓글:

AA
2017년 10월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by