1. MATLAB Compiler 준비 - 7.1이상 버전.
2. 매트랩 command window에서
>> mbuild –setup %적당한 C컴파일러를 고른다
>> mcc –m xxx.m %xxx.m 파일을 exe 파일로 만든다
3. 만들어진 exe파일을 매트랩이 없는 다른 컴퓨터에서 실행하기 위해서는
xxx.exe 파일과 xxx.ctf 파일 그리고 MCRInstaller.exe 파일이 필요하다.
MCRInstaller.exe 파일은
c:\MATLAB701\toolbox\compilter\deploy\win32 폴더에 위치!
다른 컴퓨터에서 MCRInstaller.exe 파일을 이용하여
MATLAB Component Runtime을 먼저 설치한 다음, exe 파일을 실행하면 된다.