Matlab Compiler
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 12 de Jul. de 2011
2 votos
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 comentarios
yunus
el 13 de Jul. de 2011
Chirag Gupta
el 13 de Jul. de 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
el 13 de Jul. de 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
el 13 de Jul. de 2011
yunus
el 14 de Jul. de 2011
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!