matlab win7 64bit 找不到vs2013编译器解决办法

Matlab2013对最新的visual studio 2013貌似不支持,mex -setup 始终找不到编译器。

几经周折,在官网上找到了解决办法:

http://www.mathworks.com/matlabcentral/fileexchange/44408-matlab-mex-support-for-visual-studio-2013--and-mbuild-

里面的配置文件:Readme.txt
The files 
  * msvc120engmatopts.bat
  * msvc120opts.bat
  * msvc120opts.stp
should be copied to C:\Program Files\MATLAB\R2013a\bin\win64\mexopts .

The files 
  * msvc120compp.bat
  * msvc120compp.stp
should be copied to C:\Program Files\MATLAB\R2013a\bin\win64\mbuildopts .

经测试,完美解决问题。

记录下,以备后面再碰到相同的问题。

你可能感兴趣的:(matlab win7 64bit 找不到vs2013编译器解决办法)