Zooming a portion of a figure with multiple .mat files

3 views (last 30 days)
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.

Accepted Answer

Star Strider
Star Strider on 14 Dec 2015
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 Comments
Aftab Ahmed Khan
Aftab Ahmed Khan on 14 Dec 2015
This was the important line for me in your reply. "I would create the second figure after the loop by getting the data from the first complete figure"
Good nite.
Star Strider
Star Strider on 14 Dec 2015
And quite a good one it will be!
I’m glad I was able to help in some way.

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!