deploytool & encryption

2 ビュー (過去 30 日間)
Matthias Höller
Matthias Höller 2011 年 3 月 13 日
Hi,
I have a relatively large software package which I would like to compile into a standalone application. With deploytool I managed to do that. However, I have one problem. During execution of the software, I need to parse some of the .m files that belong to the package.
In deployed mode, however, I can't do that because all the .m files are somehow encrypted.
Is there a way to avoid encryption? If not, is there another way to do this?
TIA, Matthias Hoeller

採用された回答

Walter Roberson
Walter Roberson 2011 年 3 月 13 日
Include those files twice, once using the option to add the file to the CTF archive:
http://www.mathworks.com/help/toolbox/compiler/mcc.html
  1 件のコメント
Matthias Höller
Matthias Höller 2011 年 3 月 13 日
Worked like a charm. I did play around with this before but didn't get it right in the first place. But now everything works fine. Thanks!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by