We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc759bb commit 8042bd9Copy full SHA for 8042bd9
distance.m
@@ -2,7 +2,7 @@
2
%
3
% D = DISTANCE(A,B) is the Euclidean distances between L-dimensional points
4
% described by the matrices A (LxM) and B (LxN) respectively. The distance
5
-% D is MxN and element D(I,J) is the distance between points A(I) and D(J).
+% D is MxN and element D(I,J) is the distance between points A(I) and B(J).
6
7
% Example::
8
% A = rand(400,100); B = rand(400,200);
0 commit comments