Points selection and zoom
1 view (last 30 days)
Show older comments
After enabling zoom on a plot and selecting 2 points in the zoomed mode, how can i know their positions in the original unzoomed plot?
0 Comments
Accepted Answer
Ben11
on 14 Jul 2014
Do you mean using
[x y] = ginput(2);
for instance? If so the coordinates should not be affected by the zoom, they would only be more precise.
0 Comments
More Answers (0)
See Also
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!