Points selection and zoom
5 ビュー (過去 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?
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!