How can I let someone without a MATLAB license run something I wrote in MATLAB?
23 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
2 Commenti
jgg
il 14 Apr 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
il 15 Ago 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!