How can I let someone without a MATLAB license run something I wrote in MATLAB?

10 visualizaciones (últimos 30 días)
  2 comentarios
jgg
jgg el 14 de Abr. de 2016
The easiest way to do this is probably to compile the code into a C executable using the Matlab compiler, then let them run that using the Matlab Compiler Runtime library. Do you have that software?
Matt J
Matt J el 15 de Ag. de 2019
The Matlab Compiler does let you deploy Matlab code to a user not in possession of a Matlab license. However, it does not work by compiling the Matlab code into C-code.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by