Generating MATLAB executable with version number

2 ビュー (過去 30 日間)
jyothi mullapudi
jyothi mullapudi 2015 年 11 月 25 日
回答済み: Walter Roberson 2015 年 11 月 25 日
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).

回答 (2 件)

Image Analyst
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.

Walter Roberson
Walter Roberson 2015 年 11 月 25 日

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by