Can my MATLAB Compiler applications be redistributed by a third party?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to create a stand-alone application and distribute it to a third party. The intent would be to have the third party redistribute the application to additional users. Under what circumstances is this allowed? The MATLAB license doesn't appear to address this directly.
Edit: Our license model is university total headcount, and we have industry supporters who may want a packaged software deliverable for commercial redistribution to their customers. Are there restrictions for this particular situation?
I assume it would be acceptable to have the industry partner purchase a commercial MATLAB license and have them compile our open-source code for redistribution. Is this correct?
2 Kommentare
Kevin Chng
am 1 Nov. 2018
Bearbeitet: Kevin Chng
am 1 Nov. 2018
MATLAB Compiler generate a executable file.
Anyone with MATLAB runtime can execute/run the file. There is no restriction how you pass your compiled executable file.
Guillaume
am 5 Nov. 2018
Bearbeitet: Guillaume
am 5 Nov. 2018
Since you're using an academic license, I would think that you would not be allowed to share your application with industrial partners. For that, you'd need a commercial license.
However, for questions like this you really should contact Mathworks directly for the official word.
Antworten (1)
Matt J
am 1 Nov. 2018
Anyone with MATLAB runtime can execute/run the file. There is no restriction how you pass your compiled executable file.
2 Kommentare
Andreas Goser
am 5 Nov. 2018
I would say there is a restriction in a way you would use the university license of MATLAB Compiler SDK and then the executable is used commercially downstream.
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!