How to detect isolated points in a vector
Mostra commenti meno recenti
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 Commenti
For others who may be wondering
load outputVector.mat
plot(iidx,'*')
Dyuman Joshi
il 21 Set 2023
"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
il 21 Set 2023
Dyuman Joshi
il 21 Set 2023
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

