How do I get a zoomed portion of a plot inside a plot, to enhance the visualization?
Show older comments
Suppose I have a plot, e.g. some function y(x) and I have plotted it. Now, if I wish to zoom a particular portion on the graph and show the zoomed portion inside the same plot (preferably by making a small box), is there any tool to do that with less computation (some GUI, etc.)?
3 Comments
KSSV
on 18 Mar 2018
You can use subplot and restrict the axes range of your interest.
Abhinav Sinha
on 18 Mar 2018
Yamina chbak
on 11 Sep 2021
Did you find how to do that ? because i need it too.
Accepted Answer
More Answers (1)
Junaid Qadir
on 7 Mar 2019
1 vote
How can I zoom the subplot within same plot?
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!