It's possible the use of a MCR version different from the utilized version of Matlab Compiler?
Mostrar comentarios más antiguos
For example, If I had an old version of MCR, could I use it in a file compiled with a newer version of Matlab compiler or I have to compile with the same old version of Matlab necessarily? Thanks
Respuesta aceptada
Más respuestas (1)
Orion
el 30 de Mzo. de 2016
0 votos
Hi,
An .exe made with a Matlab release will only work the associated version of the MCR.
If you want to use a newer version, you need to rebuild your exe with this version.
3 comentarios
Roberto Baraschino
el 30 de Mzo. de 2016
Prachi Singh
el 15 de Abr. de 2019
Editada: Prachi Singh
el 15 de Abr. de 2019
I also have similar doubt, so as you said an .exe made with a Matlab release will only work the associated version of the MCR. My .exe runs with version 9.3(2017b) and I have version 9.5 (2018a) so can I install only MCR of 2017b and run my .exe without installing 2017b complete matlab software.
Walter Roberson
el 15 de Abr. de 2019
Prachi Singh:
Yes, if the .exe was built for R2017b, then you can install just the MCR for R2017b and run the .exe without installing MATLAB. The .exe only need the MCR to run, and do not need MATLAB installed at all.
Categorías
Más información sobre Introduction to Installation and Licensing 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!