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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -