How to configure a compiler (SDK) in matlab
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I have installed Microsoft SDK to run a toolbox as recommended from the developer. But it seems that Matlab is not recognize/finding it on my pc. This is the error message
>> mex -setup
Welcome to mex -setup. This utility will help you set up
a default compiler. For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer.
For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206)
Unable to complete successfully.
Any idea?
maybe I have to tell Matlab where to find it?
1 comentario
Harsheel
el 20 de Jul. de 2015
I am assuming you're talking about Windows SDK 7.1. If so, have you looked at this solution?
Respuestas (0)
Ver también
Categorías
Más información sobre Troubleshooting in MATLAB Compiler SDK en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!