How to run MATLAB code from Java? -


I am facing problems running Java from MATLAB code. If you know something on this, can you help me?

If you do not want to purchase MathWork's MATLAB Builder for Java Toolbox, you can use MATLAB's undocumented JMI ( Java-MATLAB interface). Find the CSSM News Group (or Google) or JMT link for JMI which is based on JMI. The MATLAB code itself is full of examples of JMI usage - using the MATLAB editor's search tool, search the entire MATLAB installation on "jmi"

Note that JMI is neither a document nor officially supported by MathWorks. In addition, if used improperly, it can hang or crash your app. But unlike Toolbox, it's free.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -