how to find euclidean distance

3 visualizzazioni (ultimi 30 giorni)
ElizabethR
ElizabethR il 8 Giu 2016
Commentato: ElizabethR il 10 Giu 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 ?

Risposta accettata

Walter Roberson
Walter Roberson il 9 Giu 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 Commenti
ElizabethR
ElizabethR il 10 Giu 2016
@Dr.Siva thanks for answare.. oke thanks .. i have read it
ElizabethR
ElizabethR il 10 Giu 2016
Hi Walter, thank you :)

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by