i am having some matlab commands and i want to call those matlab commands from my java program.
can anybody tell me the full code by calling a matlab command in java function.
i am trying many examples from net but i am not able to execute the matlab command.
Jeff Storey
Software Developer
[url]http://jeffastorey.blogspot.com[/url]
Joshua Kaplan
Greenhorn
Joined: Jul 08, 2011
Posts: 5
posted
0
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.
subject: how to call matlab function from a java program