|
"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.
You may also find the JMatLink project helpful: http://jmatlink.sourceforge.net/
Yair Altman
http://UndocumentedMatlab.com
|