mypdist2

PURPOSE

Computes pairwise Euclidean distances between observations (row vectors) in X and Y

SYNOPSIS

function out = mypdist2(x,y)

DESCRIPTION

Computes pairwise Euclidean distances between observations (row vectors) in X and Y
OUT = MYPDIST2(X,Y)

 Included for compatibility with GNU Octave
 In MATLAB: mypdist2(x,y) = pdist2(x,y,'euclidean')

 Vectors (X) and (Y) must be of the same length

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005