why i am getting error on command mex -setup c after installation of SDK for MATLAB 2014b
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
when i entered command mex -setup c i got "Error using mex No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2014b/win64.html." From that link i have downloaded SDK with .NET framework4, but i am getting same error. please share the solution.
1 Commento
Geoff Hayes
il 29 Gen 2015
Siva - turn on verbosity for the setup. In the command window type
mex -v -setup
and copy and paste the results to your question. It could be that an environment variable is not set or something like that.
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!