How do I determine which release of the MATLAB Compiler was used to generate the executable that I have?
19 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2009-6-27
编辑: MathWorks Support Team
2024-12-24
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.
采纳的回答
MathWorks Support Team
2024-12-24
编辑:MathWorks Support Team
2024-12-24
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!