大家好,
最近刚买新电脑,
就想说把以前的套件都安装到最新版本,
目前是安装
win 10
matlab 2015b (win64)
Visual Studio Professional 2015
昨天在设定matlab mex设定,
跑出警告讯息:
>> mex -setup
MEX configured to use 'Microsoft Visual C++ 2015 Professional (C)' for C
language compilation.
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/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
请问一下是否是matlab 版本太新?
还是我的设定SOP有错?
谢谢大家~