Community Profile

photo

Arash Azkia


Last seen: 2 years 前 自 2021 起处于活动状态

统计数据

  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Euclidean distance of two vectors
x = rand(n,1); y = rand(n,1); Distance = zeros(length(x) , length(y)); for i = 1:length(x) for j = 1:length(y) i...

2 years 前 | 1