zoom in function figure

2 visualizaciones (últimos 30 días)
AA
AA el 27 de Oct. de 2017
Comentada: AA el 27 de Oct. de 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

Respuesta aceptada

Steven Lord
Steven Lord el 27 de Oct. de 2017
See the xlim or axis functions.
  1 comentario
AA
AA el 27 de Oct. de 2017
h=gcf; set(h.Children,'Xlim',[400 500]);

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by