I have some requirement to invoke Matlab from Java platform and run certain Matlab commands from Java end. I could not find exact documentation for the same. Java Builder is not exactly what we are looking at. We just need a Java interface (like COM server which can serve for C/.NET) running from MATLAB end.
"Murali Manohara Chembarpu" <muralimanohara.chembarpu@microchip.com> wrote in message <hc3v2d$gc7$1@fred.mathworks.com>...
> I have some requirement to invoke Matlab from Java platform and run certain Matlab commands from Java end. I could not find exact documentation for the same. Java Builder is not exactly what we are looking at. We just need a Java interface (like COM server which can serve for C/.NET) running from MATLAB end.
What you're looking for is called JMI (Java-Matlab Integration) and it's one of the deepest undocumented black holes in Matlab. You can find a few references in this forum (threads 250598, 38383, 154026, 157132) and elsewhere (e.g., http://www.cs.virginia.edu/~whitehouse/matlab/JavaMatlab.html). Everything is contained within the com.mathworks.jmi package.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.