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

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -