Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#1 |
高级会员
注册日期: 2019-11-21
帖子: 3,008
声望力: 66 ![]() |
![]()
我已经安装了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,则有可用的修补程序: 更多&回答... |
![]() |
![]() |