Connection matlab and Java - how they are connected?

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?

Respuestas (1)

Walter Roberson
Walter Roberson el 20 de Jul. de 2015

0 votos

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

2 comentarios

Mohammad
Mohammad el 22 de Jul. de 2015
Can you bring an example? Assume, that we have a simplest Matlab code for plotting x vs y, how should bring that in Java in order to create a GUI( graphical user interface) for this plot.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB Compiler SDK en Centro de ayuda y File Exchange.

Preguntada:

el 20 de Jul. de 2015

Comentada:

el 22 de Jul. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by