calling matlab function from Java -
Is it possible to call the matlab function in Java, if so, how can I use it?
For example, matlab contains a function called scatter3 and plotter3. How can I use them in Java?
thanks
There are inappropriate methods for calling MATLAB from Java. You can learn a lot about them from @YairAltman's blog, some of these methods have been captured in the package.
Since the functionality is inappropriate and subject to change (and since matlabcontrol is not updated often), you should not rely on this capability for something important.
Comments
Post a Comment