Zooming a portion of a figure with multiple .mat files

3 visualizaciones (últimos 30 días)
Aftab Ahmed Khan
Aftab Ahmed Khan el 14 de Dic. de 2015
Comentada: Star Strider el 14 de Dic. de 2015
Hello everyone, I have this image having four graphs. I want to zoom-in on the end overlapped section of this figure. This is mainly required to indicate the detail of a particular segment. Any help guys. Thank you.

Respuesta aceptada

Star Strider
Star Strider el 14 de Dic. de 2015
The easiest way is likely to create another figure with the same data, but setting the axis limits to something like:
axis([6 8 0.25 0.35])
Experiment with those to get the result you want.
  7 comentarios
Aftab Ahmed Khan
Aftab Ahmed Khan el 14 de Dic. de 2015
This was the important line for me in your reply. "I would create the second figure after the loop by getting the data from the first complete figure"
Good nite.
Star Strider
Star Strider el 14 de Dic. de 2015
And quite a good one it will be!
I’m glad I was able to help in some way.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by