Main Content
dist
Euclidean distance weight function
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
The Euclidean distance d
between two vectors X
and
Y
is
d = sum((x-y).^2).^0.5
Version History
Introduced before R2006a