Connection matlab and Java - how they are connected?
Mostra commenti meno recenti
I am looking for a way to use matlab code in Java in order to create objects. Instead, writing a code itself in java, is there anyway that java can use matlab source? How to create a java packeage from matlab source? What is matlab builder JA?
Risposte (1)
Walter Roberson
il 20 Lug 2015
0 voti
Java Builder is now incorporated in MATLAB Compiler SDK; see http://www.mathworks.com/products/matlab-compiler-sdk/ . It is a product that allows you to build standalone Java packages that use the MATLAB engine.
To call MATLAB from Java on a system that has MATLAB available to call, see also http://undocumentedmatlab.com/blog/jmi-wrapper-remote-matlabcontrol
Categorie
Scopri di più su Java Package Integration in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!