Zooming a portion of a figure with multiple .mat files
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello everyone, I have this image having four graphs. I want to zoom-in on the end overlapped section of this figure. This is mainly required to indicate the detail of a particular segment. Any help guys. Thank you.
댓글 수: 0
채택된 답변
Star Strider
2015년 12월 14일
The easiest way is likely to create another figure with the same data, but setting the axis limits to something like:
axis([6 8 0.25 0.35])
Experiment with those to get the result you want.
댓글 수: 7
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!