hi, my code shows me 10 different figures and for each figure I have to zoom in. This is very time consuming. Can I display the figures in such a way that they are automatically zoomed in on the x axis between x=400 and x=600, once being displayed.
thanks

 採用された回答

Steven Lord
Steven Lord 2017 年 10 月 27 日

1 投票

See the xlim or axis functions.

1 件のコメント

AA
AA 2017 年 10 月 27 日
h=gcf; set(h.Children,'Xlim',[400 500]);

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

その他の回答 (0 件)

カテゴリ

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

質問済み:

AA
2017 年 10 月 27 日

コメント済み:

AA
2017 年 10 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by