How do I determine which release of the MATLAB Compiler was used to generate the executable that I have?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 27 de Jun. de 2009
Editada: MathWorks Support Team
el 24 de Dic. de 2024
I obtained a MATLAB Compiler-generated executable from another customer, but I do not know which version of the Compiler was used to create it.
Respuesta aceptada
MathWorks Support Team
el 24 de Dic. de 2024
Editada: MathWorks Support Team
el 24 de Dic. de 2024
Unzip the compiled application and refer to information in file <app folder>/metadata/mwcorePropertiesReleaseInfo.xml.
For example, on Windows you can use 7-zip tool. MathWorks doesn't provide support for 7-zip.
Other deployable targets such as libraries generated with MATLAB Compiler SDK can also be unzipped. Search for mwcorePropertiesReleaseInfo.xml file for release info.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!