This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Java in General and the fly likes calling matlab from java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "calling matlab from java" Watch "calling matlab from java" New topic
Author

calling matlab from java

kanuru rao
Greenhorn

Joined: Jan 29, 2008
Posts: 2
sir,
i want to send the input from java to matlab function , which input is taken by the client. after completion of that function execution the result must be send to client through jsp.
i know that matlab function generate the .m file only. i request you to anybody having the code for calling matlab function from java send that code.
thank you for your co-operation
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
Welcome to JavaRanch.

I'm not familiar with Matlab (or its Java integration capabilities), but a search through the Saloon archive finds a number of topics. That might be a starting point.

Doesn't the Matlab documentation mention anything about this?


Android appsImageJ pluginsJava web charts
Joshua Kaplan
Greenhorn

Joined: Jul 08, 2011
Posts: 5
matlabcontrol will allow you to easily call MATLAB from Java. It's just like using eval and feval in MATLAB's Command Window and the results can be returned to Java. To get started, take a look at the walkthrough.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: calling matlab from java
 
Similar Threads
Set environment variable of UNIX by java program
how to call matlab function from a java program
calling matlab function from jsp
Ending a thread without ending the JVM
Tomcat crash when running native code... however same code runs in Eclipse perfectly with Tomcat