masklist_0_76.mat and workspace_anova_2010_12_12.mat are data sources for MXX.eps and EXX.eps files.
Below is the code snippets that are used to export the eps files.


For Mask_XX.eps files
===================
temp = miMasks{1};
temp = [temp zeros(16,1)];
temp = [temp;zeros(1,17)];
temp = -temp;% flip the values to obtain white background
pcolor(temp);
title('Mask for R_1_1');
colormap(gray);
axis square;
axis ij;




For Anova_XX.eps files
==================
i= 1; p=anova1([ad(i,:) adon(i,:) c(i,:)],G)  % i is in {1,2,...,11}
title(['Comparison of MI for Q1-Q1, p= ' num2str(p)])