Filter löschen
Filter löschen

how to find euclidean distance

4 Ansichten (letzte 30 Tage)
ElizabethR
ElizabethR am 8 Jun. 2016
Kommentiert: ElizabethR am 10 Jun. 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 ?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by