Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 818
Marco Avatar asked Feb 08 '26 05:02

Marco


2 Answers

pcode function creates protected .p files.

like image 51
nrz Avatar answered Feb 12 '26 04:02

nrz


compile it: http://www.mathworks.nl/products/compiler/

Encrypts MATLAB code so that it cannot be viewed or modified

like image 23
Gunther Struyf Avatar answered Feb 12 '26 04:02

Gunther Struyf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!