if exist('temp1.txt'); delete temp1.txt; end if exist('temp2.txt'); delete temp2.txt; end if exist('temp3.txt'); delete temp3.txt; end if exist('input.txt'); delete input.txt; end cd D:\users\jang\matlab\toolbox\dcpr\mex cmd2='mex gmmEvalIntMex.cpp -Id:/users/jang/c/lib -Id:/users/jang/c/lib/dcpr -Id:/users/jang/c/lib/tableLookUp d:/users/jang/c/lib/dcpr/dcpr.cpp d:/users/jang/c/lib/dcpr/dcprInt.cpp d:/users/jang/c/lib/utility.cpp'; fprintf('cmd2=%s\n', cmd2); eval(cmd2); dos('copy gmmEvalIntMex.dll ..'); cd D:\users\jang\application\speakerIdentify goUtterRr %load temp1.txt %load temp2.txt %load temp3.txt %binNum=20; %subplot(3,1,1); hist(temp1, binNum); %subplot(3,1,2); hist(temp2, binNum); %subplot(3,1,3); hist(temp3, binNum); %load input.txt %figure; hist(input);