Points selection and zoom

3 次查看(过去 30 天)
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?

采纳的回答

Ben11
Ben11 2014-7-14
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 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by