How to return the coordinates of the specified point in the scatter image to the main function

6 views (last 30 days)
Here is a scatter plot consisting of arbitrary points.
Now we select some specific points in that scatter plot.
However, we want to return the coordinates of the selected point in the above figure to the main function. How to solve this problem, please.

Answers (1)

KSSV
KSSV on 29 Nov 2022
REad about ginput, getpts
  1 Comment
玥 曾
玥 曾 on 29 Nov 2022
I have tried to use the two functions you recommended, but I want to get the exact coordinates of the points (I am using getpts and ginput to get approximate coordinates of the points). In fact, the points in Figure 1 are known points, and the function I want to implement is to filter out certain anomalies from these known points by mouse interaction. Thank you very much.

Sign in to comment.

Categories

Find more on Visual Exploration in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!