How to subtract vectors of different length(Euclidean distance)

1 次查看(过去 30 天)
I am trying to find euclidean distance between a vector C = [11,2;13,44;5,6] for every center C= [2,4;3,7].
Here I need to compare euclidean distance of every row of A with every row of C and store the index of C. I am trying not to use for loops. I am unable to subtract vectors of different lengths. How do I go about it?
NOTE: I can not use high level functions like pdist(). I need to do it by matrix manipulation

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by