How to detect isolated points in a vector
이전 댓글 표시
Hi,
I have a vector (see attachment), and I would like to detect isolated points (marked with red cicles in the image). Isolated in that sense, that same values have a certain distance to these. I would need the indices.
Thank you
Chris
댓글 수: 4
For others who may be wondering
load outputVector.mat
plot(iidx,'*')
Dyuman Joshi
2023년 9월 21일
"Isolated in that sense, that same values have a certain distance to these."
Can you elaborate on this? If possible, please provide an example with random set of values.
CSCh
2023년 9월 21일
Dyuman Joshi
2023년 9월 21일
I have seen the image. It does not do a good job of explaining what you mean by "isolated points".
That is why I asked for more information.
Provide a mathematical explaination of the criteria to use to determine which points are isolated points.
Make it easy for us to help you.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

