How to detect isolated points in a vector
Mostrar comentarios más antiguos
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 comentarios
For others who may be wondering
load outputVector.mat
plot(iidx,'*')
Dyuman Joshi
el 21 de Sept. de 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
el 21 de Sept. de 2023
Dyuman Joshi
el 21 de Sept. de 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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

