Is it posiible to hide a source code?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ConanTaieb
el 18 de Sept. de 2020
Comentada: ConanTaieb
el 18 de Sept. de 2020
Hello,
what is the best way to hide source code of Matlab. Indeed, I want to give a code to users to execute it without being able to access it.
Thnak you !
0 comentarios
Respuesta aceptada
Bruno Luong
el 18 de Sept. de 2020
pcode myfun
6 comentarios
Rik
el 18 de Sept. de 2020
If you are willing to rely on the system time you can use now to retrieve the current date and compare it to an expiration date. If you don't trust the user, then you should host your own server that returns a time. Don't use the publicly available options, as you don't control whether they allow API access and might go down without warning.
Más respuestas (0)
Ver también
Categorías
Más información sobre Platform and License 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!