How to choose matlab compiler version????

12 visualizaciones (últimos 30 días)
Anouz
Anouz el 15 de Ag. de 2011
How can I choose the version of the Matlab compiler I want to use when I create a stand-alone?
For example, I have the version 7.10 7.14 and 7.15 of the MCR on my computer. Matlab seems to use the lastest version of the compiler (7.15) when creating a stand-alone application. Would there be a way to use the version 7.10 or 7.14?
Thanks

Respuesta aceptada

Chirag Gupta
Chirag Gupta el 15 de Ag. de 2011
It depends on the MATLAB version being used to create them. If you are using MATLAB R2011a to compile, then it will always use MCR 7.15 (This is because the compiled application depends upon the specific version of the MCR).
If you want the compiled executable to run with an older MCR, you need to use the particular version of MATLAB to create the executable.
An application compiled with a particular version of MATLAB requires an MCR corresponding to that particular release. http://www.mathworks.com/help/toolbox/compiler/f12-999353.html#bsfj64t-1
  2 comentarios
Anouz
Anouz el 15 de Ag. de 2011
Thanks! Now I understand!
Walter Roberson
Walter Roberson el 15 de Ag. de 2011
There is a table of what goes with what (up to R2010b) at http://matlab.wikia.com/wiki/FAQ#What_are_the_versions_of_MATLAB_and_associated_runtime_files.3F

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler 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!

Translated by