Prevent mcc from creating extra files

Hi all,
When you compile sth like "mcc -m tst.m", four files are created "readme.txt", "requiredMCRProducts.txt", "tst.sh" and "mccExcludedFiles.log". Is there a way to tell mcc not to produce these files EVERY single time? They get pretty annoying after a while.
Thanks

2 件のコメント

Rishi Binda
Rishi Binda 2018 年 10 月 31 日
The mcc will always create log and txt files. You can use a flag to output those flags to particular folder which you can delete later if you don't want to see those files in you working directory.
By setting the -d flag you can place the output in a specific folder.
Valery Polyakov
Valery Polyakov 2022 年 6 月 15 日
How does this help? Using -d will place EVERYTHING in the specified folder, including the executable. How does this solve the problem?

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

質問済み:

2018 年 10 月 28 日

コメント済み:

2022 年 6 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by