Joshua Kaplan

Greenhorn
+ Follow
since Jul 08, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Joshua Kaplan

matlabcontrol may be used to call MATLAB functions from Java. To get started, take a look at the walkthrough.
13 years ago
There is a Java library inspired by the class MatlabControl called matlabcontrol which can do everything that class can do and far more. To get started, take a look at the walkthrough.
13 years ago
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.
13 years ago
An easier way than using Runtime.exec() is to make use of the matlabcontrol Java library. You can use feval to directly call MATLAB functions and provide any number of arguments directly. To get started, take a look at the walkthrough.
13 years ago
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.
13 years ago