Home > src > BN_pol_rec > visualization > showPlanResults.m

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 ^

 plots errorbar of pl
Indata

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 % plots errorbar of pl
0005 %Indata
0006 %
0007 figure(1), hold on
0008 %[PltPolForTimeInter_robust, U, L] = getRobustPltPolForTimeInter(ALL_Family_plRec, t_start, t_end, own_force_id, enemy_cmp_id, pltNo, alternativeNumber);
0009 [PltPolForTimeInter_entropy] = maxEntropyAlternative(ALL_Family_plRec, t_start, t_end, own_force_id, enemy_cmp_id, pltNo, alternativeNumber);
0010 PltPolForTimeInter = [];
0011 % for t = t_start:t_end
0012 %  plot_candidate =  planFacit{t}{own_force_id, enemy_cmp_id}{1+pltNo}.PltPol(alternativeNumber);
0013 %  PltPolForTimeInter = [PltPolForTimeInter; plot_candidate];
0014 % end;
0015 % %plot facit
0016 % T = [t_start:t_end]';
0017 % plot(T, PltPolForTimeInter, 'r');
0018 % PltPolForTimeInter_robust

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