Error using mex No supported compiler or SDK was found.
显示 更早的评论
Hey i am using Matlab 2017a and Visual Studio Enterprise 2015. Typing mex -setup in the Command Prompt results in this Error: "Error using mex No supported compiler or SDK was found."
ok now i got it. did not have the c++ part in visual studio installation checked -.-''
回答(1 个)
The first point to start at such problems is the examination of the documentation:
https://www.mathworks.com/support/compilers.html (for 2017a, link will change in the future, see https://www.mathworks.com/support/sysreq/previous_releases.html then).
There you find a list of the supported compilers:
- Microsoft Visual C++ 2017 Family12
- Microsoft Visual C++ 2015 Professional
- Microsoft Visual C++ 2013 Professional
- Microsoft Visual C++ 2012 Professional
- Microsoft Windows SDK 7.1
The error message sound like "Visual Studio Enterprise 2015" is not supported.
类别
在 帮助中心 和 File Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!