to connect matlab with java
- by user304005
Through the below given code I was able to connect to matlab. But I was not able to execute the script file containing matlab code...Please help me to modify the code so as to execute the matlab code....
Here luck2 is a .m file....
import java.io.InputStreamReader;
import java.io.*;
public class matlab
{
private static File myMATLABScript;
…