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

 Akzeptierte Antwort

Steven Lord
Steven Lord am 27 Okt. 2017

1 Stimme

See the xlim or axis functions.

1 Kommentar

AA
AA am 27 Okt. 2017
h=gcf; set(h.Children,'Xlim',[400 500]);

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange

Gefragt:

AA
am 27 Okt. 2017

Kommentiert:

AA
am 27 Okt. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by