zoom in function figure

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

 Risposta accettata

Steven Lord
Steven Lord il 27 Ott 2017

1 voto

See the xlim or axis functions.

1 Commento

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

Accedi per commentare.

Più risposte (0)

Categorie

Richiesto:

AA
il 27 Ott 2017

Commentato:

AA
il 27 Ott 2017

Community Treasure Hunt

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

Start Hunting!

Translated by