Generating MATLAB executable with version number
조회 수: 4 (최근 30일)
이전 댓글 표시
I would like to use MATLAB 2013b to generate a standalone executable that has version and file information (which can be seen by right clicking on the executable and examining its properties).
댓글 수: 0
답변 (2개)
Image Analyst
2015년 11월 25일
I stamp all my executables with my version number. One way is to just set up the 'Name' property of your main figure with a string that lists your app's name and file version. You could also put it in a text box or logo/splash image when it starts up.
댓글 수: 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!