PDA

查看完整版本 : 设置mex以使用Visual Studio 2010编译器


poster
2019-12-10, 20:48
我已经安装了Visual Studio 2010。但是,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: [0] None Compiler: 如果我对问题回答n ,则得到以下信息

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] Microsoft Visual C++ 2005 SP1 [7] Microsoft Visual C++ 2008 Express [8] Microsoft Visual C++ 2008 SP1 [0] None Compiler: 8 The default location for Microsoft Visual C++ 2008 SP1 compilers is C:\Program Files (x86)\Microsoft Visual Studio 9.0, but that directory does not exist on this machine. Use C:\Program Files (x86)\Microsoft Visual Studio 9.0 anyway [y]/n? n Please enter the location of your compiler: [C:\Program Files (x86)\Microsoft Visual Studio 9.0] 编译我的c ++代码以使其可在MATLAB中使用的最简单方法是什么?安装Visual C ++ 2008吗? O



回答:

这取决于您使用的MATLAB版本。 R2010b开箱即用地支持VS2010。如果您有R2010a,则有可用的修补程序:


来自MEX世界的更新:Visual Studio 2010支持 (http://blogs.mathworks.com/desktop/2010/07/26/update-from-the-world-of-mex-visual-studio-2010-support/)
如何使用Microsoft Visual C ++ 2010通过MATLAB 7.10(R2010a)创建MEX文件? (http://www.mathworks.com/support/solutions/en/data/1-D5W493/?solution=1-D5W493)


更多&回答... (https://stackoverflow.com/questions/4078094)