Home > UnioviSOM-Oficial > matdist.m

matdist

PURPOSE ^

MATDIST Distance matrix between sets of vectors

SYNOPSIS ^

function d_ij = matdist(Xi,Xj)

DESCRIPTION ^

 MATDIST Distance matrix between sets of vectors

 d_ij = matdiff(Xi,Xj)

 INPUTS:
 Xi,Xj: Data matrices of size (R,NXi) and (R,NXj) composed by column 
        vectors of size (R,1).

 d_ij:  Matrix (NXi,NXj) with the euclidean distances between the 
        columns of Xi and the columns of Xj

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 21-Apr-2017 11:56:21 by m2html © 2005