Zooming a portion of a figure with multiple .mat files

4 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by