To build the table data:
	present

To build the graphs:
if (~exist('aggexp')),
    % define the experiments
    several_experiments;
    % compute/plot all the stats
    aggexp = aggregate(experiment);
end
defense_graphs
