Is it possible to select a point on a plot and then delete that point from the original data source? For example in the attached image i'd like to be able to select 1 of the 3 asterisk points in red and then delete them from their source.
I thought about using ginput to select the points and then delete the corresponding point in the source array, but ginput allows you to click any point on the plot.
Would the best solution be to use ginput and then use pdist to find the distance between the selected points and the available points and delete the closest?

댓글 수: 2

dpb
dpb 2017년 9월 2일
How did you determine the marked points are the ones to delete and to highlight?
As you note ginput allows to select any point; you'll have to supply whatever logic it is that accepts/rejects the user's selection depending on just what it is that is the intent in doing so.
Luke C
Luke C 2017년 9월 2일
The marked points are determined by finding local minima/maxima along the boundary. The need to be able to select and delete points is because the boundaries can occasionally have turns along them resulting in a point being marked, where only corners are required.

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2017년 9월 2일

3 개 추천

댓글 수: 2

Luke C
Luke C 2017년 9월 2일
Thanks I think this combined with data linking is exactly what I need.
Star Rats
Star Rats 2019년 10월 9일
This is absolutely what I need. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

질문:

2017년 9월 2일

댓글:

2019년 10월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by