Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Hidding Your Algorithm in MATLAB (p-files)

Status
Not open for further replies.

myebook

Member level 3
Joined
May 11, 2005
Messages
63
Helped
12
Reputation
24
Reaction score
11
Trophy points
1,288
Activity points
1,691
matlab p file

Dear Members,

Everybody may want to hide his algorithm but remain his software excecutable, this is possible by making use of p-files insteade of m-files.
P-code generation procedures:
1.Use the command pcode *.m (generating p-files from the m-files in the current path).
2.Delete the original m-file.
3.Make a copy from the generated p-file and change the extension to m (making an m-file).
4.Opening the m-file you will see an encrypted text but executable.
5.Consider that the generated m-file for running needs the p-file, so it must be in a path that the p-file exists.

Good Luck,
 

matlab p files

Hi,

I think it is not necessary to change the extension of the file. If you leave the program with p extention it will work and it is not necessary to change the extension!!! matlab executes the p files
 

matlab .p file

it is proteting the ip like stuff, is it any possible for running only time events
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top