photo

Arash Azkia


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 3 ans il y a | 1