How do I determine which release of the MATLAB Compiler was used to generate the executable that I have?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 27 Juin 2009
Modifié(e) : MathWorks Support Team
le 24 Déc 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.
Réponse acceptée
MathWorks Support Team
le 24 Déc 2024
Modifié(e) : MathWorks Support Team
le 24 Déc 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!