Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Optimizing code: various distance

1 Ansicht (letzte 30 Tage)
nedo nodo
nedo nodo am 22 Jan. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by