大家好,
最近剛買新電腦,
就想說把以前的套件都安裝到最新版本,
目前是安裝
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有錯?
謝謝大家~