Zooming a portion of a figure with multiple .mat files

3 vues (au cours des 30 derniers jours)
Aftab Ahmed Khan
Aftab Ahmed Khan le 14 Déc 2015
Commenté : Star Strider le 14 Déc 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.

Réponse acceptée

Star Strider
Star Strider le 14 Déc 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 commentaires
Aftab Ahmed Khan
Aftab Ahmed Khan le 14 Déc 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 le 14 Déc 2015
And quite a good one it will be!
I’m glad I was able to help in some way.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by