Search code examples
matlabobfuscationmatlab-deployment

How to write a protected MATLAB script/program?


I need to write a MATLAB script/program to a client; and I need to hide the code. The client will only able run the program but will not be able to read the code. May I know how I can do that?

Thanks


Solution

  • pcode function creates protected .p files.