How to subtract vectors of different length(Euclidean distance)
2 次查看(过去 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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!