您的位置:首页 > 编程语言 > MATLAB

matlab与vs2010的匹配过程

2015-09-06 20:19 417 查看
1,>> 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\R2010a\sys\lcc

[2] Microsoft Visual C++ 2010 in D:\exe.later\vs2010



[0] None



Compiler: 2



Please verify your choices:



Compiler: Microsoft Visual C++ 2010

Location: D:\exe.later\vs2010



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\Administrator\AppData\Roaming\MathWorks\MATLAB\R2010a\mexopts.bat

From template: D:\PROGRA~1\MATLAB\R2010a\bin\win32\mexopts\msvc100opts.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.

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

2,>> mbuild -setup

Please choose your compiler for building standalone MATLAB applications:



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



Select a compiler:

[1] Lcc-win32 C 2.4.1 in D:\PROGRA~1\MATLAB\R2010a\sys\lcc

[2] Microsoft Visual C++ 2010 in D:\exe.later\vs2010



[0] None



Compiler: 2



Please verify your choices:



Compiler: Microsoft Visual C++ 2010

Location: D:\exe.later\vs2010



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\Administrator\AppData\Roaming\MathWorks\MATLAB\R2010a\compopts.bat

From template: D:\PROGRA~1\MATLAB\R2010a\bin\win32\mbuildopts\msvc100opts.bat



Done . . .
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: