How do I determine which release of the MATLAB Compiler was used to generate the executable that I have?
조회 수: 4 (최근 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!