how to find euclidean distance

조회 수: 2(최근 30일)
ElizabethR
ElizabethR 2016년 6월 8일
댓글: ElizabethR 2016년 6월 10일
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 ?

채택된 답변

Walter Roberson
Walter Roberson 2016년 6월 9일
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
ElizabethR
ElizabethR 2016년 6월 10일
Hi Walter, thank you :)

댓글을 달려면 로그인하십시오.

추가 답변(0개)

Community Treasure Hunt

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

Start Hunting!

Translated by