What is the easiest way to provide the user with a compiled version of a matlab function so that he can run without having the source?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Magdy Hanna
el 21 de Oct. de 2024
Comentada: Matt J
el 21 de Oct. de 2024
I do not want to share the source (a prepared MATLAB function) with the community. What is the most direct way to prepare a compiled version of the function so that the users (having Matlab) can run it?
0 comentarios
Respuesta aceptada
Matt J
el 21 de Oct. de 2024
Editada: Matt J
el 21 de Oct. de 2024
If the idea is to obscure the source code, consider,
This is not so much "compiling" the source code as encrypting it, but that sounds more like what you are trying to do.
2 comentarios
Walter Roberson
el 21 de Oct. de 2024
Note that pcode is considered to be more "encoding" rather than "encrypting".
The pcode algorithm changed a few releases ago to make it more obscure. I have not seen anyone post indicating that they have reverse-engineered the new pcode algorithm -- but that doesn't mean that no-one has done it.
pcode should be considered to be a "notable nuisance" level of protection, but definitely not "stops most nation-states" level of protection.
Matt J
el 21 de Oct. de 2024
Here is another relevant link,
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio Plugin Creation and Hosting en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!