• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java to MATLAB?

 
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Google returns lots of results. Check the ones below:

http://www.held-mueller.de/JMatLink/
http://j-integra.intrinsyc.com/support/com/doc/other_examples/Matlab.htm
http://www.cs.virginia.edu/~whitehouse/matlab/JavaMatlab.html
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic