Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Optimizing code: various distance

1 visualizzazione (ultimi 30 giorni)
nedo nodo
nedo nodo il 22 Gen 2013
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi all,
Is there a way to improve the performance of the following code?
D=zeros(size(X,1),size(Y,1));
for l=1:size(X,1)
D(l,:)=sum((abs(bsxfun(@minus,Y,X(l,:))).^p),2).^(1/p);
end
Thank you in advance

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by