how to find euclidean distance
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ElizabethR
el 8 de Jun. de 2016
Comentada: ElizabethR
el 10 de Jun. de 2016
i have a cell that contain 50 extraction value of image like in image that i attach
and i want to get the euclidean distance for all this value. How to make it ?
0 comentarios
Respuesta aceptada
Walter Roberson
el 9 de Jun. de 2016
In order to get a Euclidean distance, you need to have two (possibly high-dimensional) points to take the distance between .
Perhaps you would like to use norm() on the vector of numeric values.
5 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!