- 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.
35 次查看(过去 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 个)
C B
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 ;
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!