필터 지우기
필터 지우기

Enlarge step response plot

조회 수: 2 (최근 30일)
Rakesh Jain
Rakesh Jain 2017년 7월 11일
편집: Image Analyst 2017년 7월 12일
I have a step response plot of two transfer functions. Both are almost coincident,so I want to enlarge a specific portion of the plot (and make it small in size) and show it on the same original plot by an aroow. How shall I do it? Please check this image. What I need to do is something like what is given in image i.e magnify small part

채택된 답변

Rakesh Jain
Rakesh Jain 2017년 7월 12일
편집: Image Analyst 2017년 7월 12일
I got the answer.
On figure magnifier does this job. It is given here
Besides this there is a YouTube video explaining this procedure.

추가 답변 (1개)

Image Analyst
Image Analyst 2017년 7월 11일
Try using the Position, OuterPosition, and InnerPosition properties to adjust the size of your graph
ax = gca;
ax.Units = 'normalized';
ax.Position = [.2, .2, .6, .7]; % Whatever....
  댓글 수: 3
Image Analyst
Image Analyst 2017년 7월 11일
I don't think you can have a graph on top of another graph. Would it be possible for you to have the second, magnified graph not overlapping the first graph? If so, it's pretty easy, just have two axes.
Rakesh Jain
Rakesh Jain 2017년 7월 12일
I have updated the answer.Found the tool that does this on mathworks website

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by