How to configure a compiler (SDK) in matlab
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Harsheel
il 20 Lug 2015
I am assuming you're talking about Windows SDK 7.1. If so, have you looked at this solution?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Troubleshooting in MATLAB Compiler SDK in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!