Home > src > BN_pol_rec > Hsand > init_pl_rec_struct.m

init_pl_rec_struct

PURPOSE ^

Initilize struct there inferred results will be stored

SYNOPSIS ^

function [plan_rec_struct] = init_pl_rec_struct

DESCRIPTION ^

Initilize struct there inferred results will be stored

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001    
0002     function [plan_rec_struct] = init_pl_rec_struct
0003 
0004      %Initilize struct there inferred results will be stored
0005      comp_strct = struct('CompPol', zeros(1,5) , 'Dicovered', [0 0]', 'CompFor', zeros(1,4));  
0006      platoon_strct = struct('PlatoonPol', zeros(1,4));
0007      plan_rec_struct = cell(1,4);
0008      plan_rec_struct{1} = comp_strct;
0009      plan_rec_struct{2} = platoon_strct;
0010      plan_rec_struct{3} = platoon_strct;
0011      plan_rec_struct{4} = platoon_strct;

Generated on Wed 16-Mar-2005 09:17:47 by m2html © 2003