I have a C # program that needs to call Matlab to run an m file, and so the Matlab program reads the parameters from a text file, which can change in situations.
I need the following:
Execute(Matlab.exe,"matlabprog.m","input_parameters_file.txt");
This is good for me if I know when this instance of Matlab exits.
source share