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 日

0 投票

Maybe this file exchange contribution does what you need: zoomplot
HTH

カテゴリ

ヘルプ センター および File ExchangeData Exploration についてさらに検索

タグ

質問済み:

2019 年 10 月 23 日

回答済み:

2019 年 10 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by