1; % This shows the results lhmat='likelihoods_EM2.mat'; which='signature'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='voice'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='face'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='voicesignature'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='voiceface'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='facesignature'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']); which='all'; EER(which,lhmat); print(h,'-depsc',['det-' which '.eps']);