zoom in function figure

2 visualizzazioni (ultimi 30 giorni)
AA
AA il 27 Ott 2017
Commentato: AA il 27 Ott 2017
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
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

Scopri di più su Visual Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by