1; % This shows the results lhmat='likelihoods_EM2.mat'; figure; %h=figure; %h=figure('Position',[0 0 300 100]); %set(gcf, 'PaperUnits', 'centimeters'); %set(h, 'PaperSize', [4 1]); %set(gcf, 'PaperSize', [4 1]); disp('resize and press any key...'); pause; which='signature'; EER(which,lhmat); disp('resize and press any key...'); pause; which='voice'; EER(which,lhmat); disp('resize and press any key...'); pause; which='face'; EER(which,lhmat); disp('resize and press any key...'); pause; which='voicesignature'; EER(which,lhmat); disp('resize and press any key...'); pause; which='voiceface'; EER(which,lhmat); disp('resize and press any key...'); pause; which='facesignature'; EER(which,lhmat); disp('resize and press any key...'); pause; which='all'; EER(which,lhmat);