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

 Réponse acceptée

Steven Lord
Steven Lord le 27 Oct 2017

1 vote

See the xlim or axis functions.

1 commentaire

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Exploration dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by