MATLAB mex -setup

来源:互联网 发布:防沉迷解除软件2016 编辑:程序博客网 时间:2024/05/25 18:11

在MATLAB 命令窗口 输入 mex -setup:

Please choose your compiler for building external interface (MEX) files: 

Would you like mex to locate installed compilers [y]/n? y

Select a compiler: 
[1] Lcc-win32 C 2.4.1 in D:\PROGRA~1\matlab\sys\lcc 
[2] Microsoft Visual C++ 2008 Express in C:\Program Files (x86)\Microsoft Visual Studio 9.0 
 
[0] None 
 
Compiler: 

没有VC编译器的选项,解决办法,

Please choose your compiler for building external interface (MEX) files: 

Would you like mex to locate installed compilers [y]/n? n

Select a compiler: 
[1] Intel C++ 11.1 (with Microsoft Visual C++ 2008 SP1 linker) 
[2] Intel C++ 9.1 (with Microsoft Visual C++ 2005 SP1 linker) 
[3] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 SP1 linker) 
[4] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 Shell linker) 
[5] Intel Visual Fortran 10.1 (with Microsoft Visual C++ 2005 SP1 linker) 
[6] Lcc-win32 C 2.4.1 
[7] Microsoft Visual C++ 6.0 
[8] Microsoft Visual C++ 2005 SP1 
[9] Microsoft Visual C++ 2008 Express 
[10] Microsoft Visual C++ 2008 SP1 
[11] Open WATCOM C++ 
 
[0] None 
 (matlab支持的编译器)
Compiler:





0 0