Home > UnioviSOM-Oficial > matdiff.m

matdiff

PURPOSE ^

MATDIFF Difference between vectors

SYNOPSIS ^

function d_ij = matdiff(Xi,Xj)

DESCRIPTION ^

 MATDIFF Difference between 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 (R,NXi*NXj) with difference vectors 

 DESCRIPTION:
 d_ij, contains a matrix with difference vectors Xi-Xj placed by
 columns such that reshape(d_ij(k,:)) gives a matrix whose element
 (i,j) is the difference between the k-coordinates of Xi and Xj

CROSS-REFERENCE INFORMATION ^

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