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

1 voto

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 Data Exploration en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

AA
el 27 de Oct. de 2017

Comentada:

AA
el 27 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by