Matlab Compiler
Ältere Kommentare anzeigen
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 12 Jul. 2011
2 Stimmen
Which compiler are you using? Did mbuild -setup have any difficulty finding the version of the compiler that you wanted?
If you are running the 64 bit version of MATLAB then installing the compilers is a two-stage process; please read the Notes section here
5 Kommentare
yunus
am 13 Jul. 2011
Chirag Gupta
am 13 Jul. 2011
on the MATLAB Command Prompt, execute:
mbuild -setup
Choose Y to automatically select a compiler. This should now list down installed compilers if any is found. Select one of the installed compilers. You do not need to change anything in the Advanced Tab of deploytool.
Also, Microsoft Visual Studio 2005 redistributable (x64) is not a compiler (its a run time). Use the links Walter has provided above to install a supported compiler.
Walter Roberson
am 13 Jul. 2011
If you have Microsoft Visual Studio 2005, then is it the Express edition or the Professional edition? The 2005 version of the Express edition is not supported in R2010A: you would need the Professional Edition instead. The Express editions supported in R2010A are the 2008 and 2010 versions.
yunus
am 13 Jul. 2011
yunus
am 14 Jul. 2011
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!