showPlanResults
PURPOSE 
plots errorbar of pl
SYNOPSIS 
function [PltPolForTimeInter] = showPlanResults(planFacit, ALL_Family_plRec, t_start, t_end, own_force_id, enemy_cmp_id, pltNo, alternativeNumber)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
This function is called by:
SOURCE CODE 
0001
0002
0003 function [PltPolForTimeInter] = showPlanResults(planFacit, ALL_Family_plRec, t_start, t_end, own_force_id, enemy_cmp_id, pltNo, alternativeNumber)
0004
0005
0006
0007 figure(1), hold on
0008
0009 [PltPolForTimeInter_entropy] = maxEntropyAlternative(ALL_Family_plRec, t_start, t_end, own_force_id, enemy_cmp_id, pltNo, alternativeNumber);
0010 PltPolForTimeInter = [];
0011
0012
0013
0014
0015
0016
0017
0018
Generated on Wed 16-Mar-2005 09:17:47 by m2html © 2003