How to add application information using mcc?

조회 수: 5 (최근 30일)
Monika Jaskolka
Monika Jaskolka 2021년 8월 16일
답변: Monika Jaskolka 2021년 10월 13일
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일
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.

카테고리

Help CenterFile Exchange에서 MATLAB Runtime에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by