Institut de Robòtica i Informàtica Industrial

display

PURPOSE ^

Displays Gaussian information.

SYNOPSIS ^

function display(g)

DESCRIPTION ^

   Displays Gaussian information.

   Displays the information associted with a Gaussian: the mean vector and the
   covariance matrix.

CROSS-REFERENCE INFORMATION ^

This function calls:
  • display Displays belief information.
  • display Displays Gaussian information.
This function is called by:
  • display Displays belief information.
  • display Displays Gaussian information.

SOURCE CODE ^

0001 function display(g)
0002 %   Displays Gaussian information.
0003 %
0004 %   Displays the information associted with a Gaussian: the mean vector and the
0005 %   covariance matrix.
0006 
0007   display(g.m);
0008     display(g.S);
0009


Institut de Robòtica i Informàtica Industrial

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