Euclidean distance between two vectors (single row matrix)

后端 未结 3 2102
一向
一向 2021-02-05 17:01

I have two vectors (single row matrices). Assume that we already know the length len.

A = [ x1 x2 x3 x4 x5 .... ]
B = [ y1 y2 y3 y4 y5 .... ]
         


        
3条回答
提交回复
热议问题