フィルターのクリア

How to make the source code of a software in MATLAB hidden?

1 回表示 (過去 30 日間)
Sarah Ghosh
Sarah Ghosh 2013 年 6 月 20 日
I have made a software in MATLAB, containing a GUI. I would want the public to not have access to the source code, but rather access it through the GUI. The mcc command is one option but there is a problem with that. Is there any other way possible? Thanks in advance

採用された回答

Ken Atwell
Ken Atwell 2013 年 6 月 20 日
The pcode function might do the trick for you:
  3 件のコメント
Vishal Rane
Vishal Rane 2013 年 6 月 21 日
The 'p-code'd file can be run/executed in the same way as an m-file. But you wont be able to open and read its contents. Even if you do open it, the contents would appear garbage. Also the 'p-code'd file takes precedence over an m-file of the same name.
Sarah Ghosh
Sarah Ghosh 2013 年 6 月 21 日
Yes, now the pcode is working fine. Thanks for your help.

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

その他の回答 (1 件)

Image Analyst
Image Analyst 2013 年 6 月 20 日
What is the problem with compiling it with the mcc command? The compiler costs a lot of money - if you have a problem with it you should call them. No sense paying a lot of money for something that you can't figure out how to work.

カテゴリ

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