mex -setup c++ not working
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Good afternoon. I have installed Microsoft SDK7.1 and .NET framework 4.0. However, Matlab seems can't find it. and when I run mex -setup c++, it shows error message below:
Error using mex No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2015a/win32.html.
Could anyone let me know what may cause this error? and how to solve it?
The matlab I am using is Matlab 16a, window 7 system.
THanks.
3 comentarios
Walter Roberson
el 23 de Feb. de 2017
Please show the output of
mex -v -setup c++
Muhammed Ali Erbir
el 6 de Dic. de 2018
SDK is not enough. you have to install visual studio (at least community version)
while installing you have to select "C++ desktop app development" option

Respuestas (1)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!