requirements for deploying a MATLAB program as a Java class library
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Which specific MATLAB licenses would I need to purchase in order to deploy a MATLAB program as a Java class library consumed in a linux/unix environment? Would the following items suffice:
- MATLAB
- MATLAB Compiler
And is the MATLAB Compiler Runtime included with one of these two products?
Thanks
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 8 Sep. 2011
Java Builder might also be useful, but I have not examined the various Builder to get an idea of when to use them or not.
MCR is included in the MATLAB Compiler.
Note: the license terms require that you control distribution of MCR so that it only goes to the people you are distributing the program to. For example you cannot put it up for public download, even as part of your package: it must at the very least be under access controls to registered users.
I have never seen an official explanation for this requirement, so I figure that it is a legal step taken to protect "trade secret" status, or something similar.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB Compiler SDK 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!