我是靠谱客的博主 活泼白昼,最近开发中收集的这篇文章主要介绍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 FilesMicrosoft Visual Studio 10.0,

but that directory does not exist on this machine.

Use C:Program FilesMicrosoft Visual Studio 10.0 anyway [y]/n? y

Please verify your choices:

Compiler: Microsoft Visual C++ 2010 Express

Location: C:Program FilesMicrosoft 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:UsersfangchenhuiAppDataRoamingMathWorksMATLABR2010bmexopts.bat

From template: E:matlabbinwin64mexoptsmsvc100freeopts.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:MATLABBINMEX.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文件错误,求助的全部内容,希望文章能够帮你解决MATLAB安装c 错误,matlab编译c文件错误,求助所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部