Executing a Matlab function using java

Mahesh Gupta picture Mahesh Gupta · Feb 15, 2011 · Viewed 11.3k times · Source

I'm writing an application which does image processing using matlab and later displays the result using Java's Interface. Due to certain reasons I've to use both Java and Matlab.

How can I use the matlab function in java ?? How to create and access the interface.

Answer

Joshua Kaplan picture Joshua Kaplan · Jul 9, 2011

matlabcontrol is a Java API which will allow you to call your image processing functions or scripts and return the results to Java. To get started, take a look at the walkthrough.