Hello. Could someone please tell me where I can find information regarding a java-matlab interface?; specifically the sending of parameters from a java program to a matlab program which processes the parameters and can send them back to the java program.
Cheers
Moosey knows best
rohit leeta
Ranch Hand
Joined: May 02, 2007
Posts: 49
posted
0
Google returns lots of results. Check the ones below:
In addition to the solutions mentioned by rohit leeta, there is another more recent solution called matlabcontrol which can be easily used to call MATLAB from Java. To get started, take a look at the walkthrough.