
298 Programming for Chemical Engineers
MATLAB will then ask if it can locate installed compilers on your computer.
Please choose your compiler for building external interface
(MEX) files:
Would you like mex to locate installed compilers [y]/n? y
By choosing yes (y), MATLAB will then search based on the known path directory.
Select a compiler:
[1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2007a\sys\lcc
[2] Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft
Visual Studio
[0] None
In this case, there are only two available C/C++ compilers in the system (Lcc-
Win32 and Microsoft Visual C++). By choosing Lcc (option 1), MATLAB then
sets Lcc as the default ...