myebook
Member level 3
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,
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,