Institut de Robòtica i Informàtica Industrial

Distance

PURPOSE ^

Distance between beliefs.

SYNOPSIS ^

function d=Distance(db1,db2)

DESCRIPTION ^

   Distance between beliefs.

   Distance between two beliefs on a discrete state space.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function d=Distance(db1,db2)
0002 %   Distance between beliefs.
0003 %
0004 %   Distance between two beliefs on a discrete state space.
0005 
0006   d=norm(db1.v-db2.v);


Institut de Robòtica i Informàtica Industrial

Generated on Wed 05-Aug-2009 15:05:21 by m2html © 2003