function deterministic_vs_prob_plot(res) figure; hold on; colors = {'r.','g.','b-','k.','m-','y-'}; for strategy=[1 2 3 5 6] p = plot(res{1, strategy}.x', colors{strategy}); set(p,'markersize',2); end