| Author |
calling MATLAB from Java application
|
Aniruddha Chaudhari
Greenhorn
Joined: May 19, 2010
Posts: 12
|
|
Hi,
I am trying to call MATLAB functions from my java application. While I was following the directions given @ some website, where it was mentioned to use jmi.jar from Matlab's jar files to access MatlabControl class in java application which further can be used to invoke Matlab functions.
Well, it seems I am not able to create object of MatlabControl class even after adding jmi.jar to my project.
Any help would be highly appreciated.
thanks,
|
Certifications: SCJP 6, SCWCD 5
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
ItDoesntWorkIsUseless. What error are you getting?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Aniruddha Chaudhari
Greenhorn
Joined: May 19, 2010
Posts: 12
|
|
I am sorry for posting so vaguely. I shall remember next time.
Anyway, I figured out the solution. Thank you.
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2699
|
|
Aniruddha Chaudhari wrote:Anyway, I figured out the solution.
Can you share that solution with us?
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
Aniruddha Chaudhari
Greenhorn
Joined: May 19, 2010
Posts: 12
|
|
Devaka Cooray wrote:
Aniruddha Chaudhari wrote:Anyway, I figured out the solution.
Can you share that solution with us?
Here's a link to know how to interact with Matlab in remote sessions.
http://code.google.com/p/matlabcontrol/wiki/RemoteWalkthrough
This is where you can download MatlabControl.jar
http://code.google.com/p/matlabcontrol/
|
 |
 |
|
|
subject: calling MATLAB from Java application
|
|
|