03-26-2014 10:46 AM
Hi, I am trying to implement a v.i where i call matlab from labview to run a script using system exec.vi of labview. When i call the script using octave as the .exe to be called it works fine..however with matlab as the .exe it doesn't seem to work properly,,,.i have attached my v.i...please help me figure what i could be doing wrong..thank you
03-28-2014 05:26 AM
Hi
have you try to run Matlab without any script?
Is the system exec.vi able to run just Matlab?
Best!!
03-31-2014 01:55 AM
yes it was just supposed to open matlab..i hadn't tried running it without any script..anyway i have figured it out..i was passing wrong commands to system exec..i used this link to figure it out http://www.mathworks.it/it/help/matlab/ref/matlabunix.html...thanks