Zooming a portion of a figure with multiple .mat files
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
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
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Exploration 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!