How can I let someone without a MATLAB license run something I wrote in MATLAB?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
2 Kommentare
jgg
am 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
am 15 Aug. 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!