MATLAB: Who understand ShearLab-1.1?

mex

错误使用 mex 未找到支持的编译器或 SDK。有关选项,请访问 http://www.mathworks.com/support/compilers/R2014a/win64。
出错 ShearLab110 (line 98) eval(sprintf('mex %s',file))

Best Answer

You need to install a compiler appropriate for your R2014a MATLAB release and your operating system. The list of supported compilers for your release is at http://www.mathworks.com/support/compilers/R2014a/win64 . If you are using Windows 7 then I suggest you install SDK 7.1. If you are using Windows 8 then you SDK 7.1 will still work but you will need to go through a bit of trouble to get the right .NET installed. If you are using Windows 10 then your are unlikely to be able to get a compiler to work with R2014a.
Related Question