caculate euclidean distance between columm in matrix
Show older comments
i have a matrix like this
[2 -1 3 1;
-1 -3 2 3;
3 2 -3 6;
1 3 6 1]
anyone know how to caculate euclidean distance between first columm and the last columm in the matrix
Accepted Answer
More Answers (0)
Categories
Find more on Time Series in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!