这是一个让MATLAB R2010b检测来自Visual Studio 2013的C/C++编译器的技巧。

1. 复制三个文件 msvc120opts.stp、msvc120engmatopts.bat、msvc120opts.bat并复制到您的MATLAB。例如,对于64位Windows,复制到 C:\\Program Files\\MATLAB\\R2010b\\bin\\win64\\mexopts,对于32位Windows,复制到 C:\\Program Files\\MATLAB\\R2010b\\bin\\win32\\mexopts。

2. 在MATLAB中,运行mex设置并选择Visual Studio 2013作为编译器。

3. 运行mex测试编译器是否可以正确调用。如果你看到 \"mex用法: MEX [option1 ... option2]\",则表示配置成功。