Institut de Robòtica i Informàtica Industrial

get

PURPOSE ^

Get for GBeliefs.

SYNOPSIS ^

function v=get(gb,field)

DESCRIPTION ^

   Get for GBeliefs.

   get function for Gaussian-based beliefs.

   See also GBelief.

CROSS-REFERENCE INFORMATION ^

This function calls:
  • get Get for GBeliefs.
  • get Get function for the GMixture object.
  • get Gaussian object get function.
  • get Get function for CS_CO_CA_POMDPs.
  • get Get function for CS_CO_DA_POMDPs.
  • get Get function for CS_CO_POMDPs.
  • get Get function for CS_DO_CA_POMDPs.
  • get Get function for CS_DO_DA_POMDPs.
  • get Get function for CS_POMDPs.
  • get Get function for DS_CO_CA_POMDPs.
  • get Get function for DS_CO_DA_POMDPs.
  • get Get function for DS_DO_CA_POMDPs.
  • get Get function for DS_DO_DA_POMDPs.
  • get Get functio for POMDPs.
This function is called by:

SOURCE CODE ^

0001 function v=get(gb,field)
0002 %   Get for GBeliefs.
0003 %
0004 %   get function for Gaussian-based beliefs.
0005 %
0006 %   See also GBelief.
0007 
0008   switch field
0009     case 'maxC'
0010       v=gb.maxC;
0011       
0012     otherwise
0013       v=get(gb.GMixture,field);
0014   end
0015


Institut de Robòtica i Informàtica Industrial

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