% draw figure 2 and 3 from paper addpath('utils','data','examples') for m=1:6000 mstr=int2str(m) get_mats_fig2(mstr) end read_mats_fig2; plot_res_fig2; for m=1:3600 mstr=int2str(m) get_mats_fig3(mstr) end read_mats_fig3; plot_res_fig3;