Automatic Increment of Build number while creating the Standalone applications
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Kanchibhotla Chandra Sekhar
il 26 Mag 2014
Modificato: Kanchibhotla Chandra Sekhar
il 26 Mag 2014
I am creating a standalone application having Version and Build number stored in a MAT file. I want auto-increment of the build number every time i compiled the code to create the standalone application. It has to take the previous build number from MAT file and increment by 1 and save it again in same MAT file before compiling the code.
I have tried by using 'startup.m' file. But it is incrementing the build number every time i opened the standalone application. Do you have any idea regarding auto increment of the build number before compiling the application every time..?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!