![]() |
displayPURPOSE
Displays belief information.
SYNOPSIS
function display(b)
DESCRIPTION
Displays belief information. Displays the belief on discrete state space. CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
SOURCE CODE
0001 function display(b) 0002 % Displays belief information. 0003 % 0004 % Displays the belief on discrete state space. 0005 0006 display(b.v); |