필터 지우기
필터 지우기

zoom plot into plot

조회 수: 5 (최근 30일)
manish kumar
manish kumar 2019년 10월 23일
답변: Bjorn Gustavsson 2019년 10월 23일
i am plotting portion of zoom into the plot like
data a,b,c are already loaded in the workspace
plot(a)
hold on
plot(b)
hold on
plot(c)
after plooting this figure
i want to plot the zoom portion of figure
whereas zoom portion limits are on x=2.5 to 3
and y=92.5 to 95
can anyone help me out with the proper code of popup or zoomout
  댓글 수: 1
Sebastian Bomberg
Sebastian Bomberg 2019년 10월 23일
Are you trying to plot an inset, i.e. smaller axes overlayed on bigger axes?

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

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2019년 10월 23일
Maybe this file exchange contribution does what you need: zoomplot
HTH

카테고리

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