- Compile into binary format — Compile your source code files using the MATLAB Compiler to produce a standalone application. Distribute the latter to end users of your application.
How to encrypt the .m source code.
50 ビュー (過去 30 日間)
古いコメントを表示
I have to share the matlab code with the company, but I want to encrypt it so that the company doesn't know my source code.
The encrypted code should not be inverted to the original source code.
I looked up the pcode, and it was said that it was not recommended because the converted code was not encrypted, so it was difficult to use.
0 件のコメント
回答 (1 件)
Chetan Bhavsar
2021 年 11 月 26 日
So here are the some links from help
You can look at second option
4 件のコメント
Walter Roberson
2021 年 11 月 26 日
It is known for sure that some people can extract readable code from .p files.
Hadi
2024 年 5 月 22 日
HI can you give me a descreption of how to use the mex command with .m files (class) type . thanx in advance ;
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!