How do I determine which release of the MATLAB Compiler was used to generate the executable that I have?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 27 Giu 2009
Modificato: MathWorks Support Team
il 24 Dic 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.
Risposta accettata
MathWorks Support Team
il 24 Dic 2024
Modificato: MathWorks Support Team
il 24 Dic 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!