MakeFigure2
PURPOSE 
Generates Figure 2.
SYNOPSIS 
function MakeFigure2
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
This function is called by:
SOURCE CODE 
0001 function MakeFigure2
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028 fprintf('Loading/Generating the simulation results\n');
0029 GenData=@()(TestRepWithStatistics('Test1','Figure2',1:10));
0030 Results=GetData('Results/Test1-Figure2-results.mat',GenData);
0031
0032 MakeFigureSimulation('C-POMDP Figure 2',Results);
|