欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

MATLAB安装c 错误,matlab编译c文件错误,求助

发布时间:2025/3/20 47 豆豆
生活随笔 收集整理的这篇文章主要介绍了 MATLAB安装c 错误,matlab编译c文件错误,求助 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

>> mex -setup

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 Visual Fortran 11.1 (with Microsoft Visual C++ 2008 SP1 linker)

[3] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 Shell linker)

[4] Intel Visual Fortran 10.1 (with Microsoft Visual C++ 2005 SP1 linker)

[5] Microsoft Visual C++ 2005 SP1

[6] Microsoft Visual C++ 2008 Express

[7] Microsoft Visual C++ 2008 SP1

[8] Microsoft Visual C++ 2010

[9] Microsoft Visual C++ 2010 Express

[0] None

Compiler: 9

The default location for Microsoft Visual C++ 2010 Express compilers is C:\Program Files\Microsoft Visual Studio 10.0,

but that directory does not exist on this machine.

Use C:\Program Files\Microsoft Visual Studio 10.0 anyway [y]/n? y

Please verify your choices:

Compiler: Microsoft Visual C++ 2010 Express

Location: C:\Program Files\Microsoft Visual Studio 10.0

Are these correct [y]/n? y

***************************************************************************

Warning: MEX-files generated using Microsoft Visual C++ 2010 require

that Microsoft Visual Studio 2010 run-time libraries be

available on the computer they are run on.

If you plan to redistribute your MEX-files to other MATLAB

users, be sure that they have the run-time libraries.

***************************************************************************

Trying to update options file: C:\Users\fangchenhui\AppData\Roaming\MathWorks\MATLAB\R2010b\mexopts.bat

From template: E:\matlab\bin\win64\mexopts\msvc100freeopts.bat

Done . . .

**************************************************************************

Warning: The MATLAB C and Fortran API has changed to support MATLAB

variables with more than 2^32-1 elements. In the near future

you will be required to update your code to utilize the new

API. You can find more information about this at:

http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9

Building with the -largeArrayDims option enables the new API.

**************************************************************************

>> compile_mex_codes

Error: Could not find the compiler "cl" on the DOS path.

Use mex -setup to configure your environment properly.

E:\MATLAB\BIN\MEX.PL: Error: Unable to locate compiler.

??? Error using ==> mex at 208

Unable to complete successfully.

Error in ==> compile_mex_codes at 1

mex ac_tridiagonal_Thomas_dll.cpp

这里的compile_mex_codes是一个编译c程序的.m文件

总结

以上是生活随笔为你收集整理的MATLAB安装c 错误,matlab编译c文件错误,求助的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。