Skip to content

Commit 8042bd9

Browse files
committed
Doco correction
1 parent fc759bb commit 8042bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distance.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%
33
% D = DISTANCE(A,B) is the Euclidean distances between L-dimensional points
44
% 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).
5+
% D is MxN and element D(I,J) is the distance between points A(I) and B(J).
66
%
77
% Example::
88
% A = rand(400,100); B = rand(400,200);

0 commit comments

Comments
 (0)