Info

此问题已关闭。 请重新打开它进行编辑或回答。

Optimizing code: various distance

1 次查看(过去 30 天)
nedo nodo
nedo nodo 2013-1-22
关闭: MATLAB Answer Bot 2021-8-20
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

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by