how to find euclidean distance
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!