How do I get results from Matlab in Java? -
I can call .m in mailback from Java and it works fine, But I want to retrieve results from Matlab and how can I do this to display them in Java?
There is a Java API that will allow you to do this. This allows implementation of eval and feval in MATLAB and returning results of MATLAB. With examples show how to do this. Walkthrough uses MATLAB functions and commands, but you do it your own. Can use with M files because the use of matlabcontrol is only to talk with MATLAB command window.
Comments
Post a Comment