How to add application information using mcc?

When using the applicationCompiler GUI, it is possible to enter the application icon, version, author, email, company, etc. as shown below. Instead of the application compiler, I am using the mcc command to compile my application programmatically. Is there a way to fill in this information using mcc?

回答 (1 件)

Monika Jaskolka
Monika Jaskolka 2021 年 10 月 13 日

0 投票

This will change the icon and version number:
mcc -m -r ./iconFile.ico appName.m -W 'main:appName,version=3.2.1'
I am still unsure how to add in the author, email, and company.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

製品

リリース

R2020a

質問済み:

2021 年 8 月 16 日

回答済み:

2021 年 10 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by