Generating MATLAB executable with version number

4 Ansichten (letzte 30 Tage)
jyothi mullapudi
jyothi mullapudi am 25 Nov. 2015
Beantwortet: Walter Roberson am 25 Nov. 2015
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).

Antworten (2)

Image Analyst
Image Analyst am 25 Nov. 2015
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 am 25 Nov. 2015

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by