Zooming a portion of a figure with multiple .mat files

4 ビュー (過去 30 日間)
Aftab Ahmed Khan
Aftab Ahmed Khan 2015 年 12 月 14 日
コメント済み: Star Strider 2015 年 12 月 14 日
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.

採用された回答

Star Strider
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 件のコメント
Aftab Ahmed Khan
Aftab Ahmed Khan 2015 年 12 月 14 日
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 2015 年 12 月 14 日
And quite a good one it will be!
I’m glad I was able to help in some way.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by