PHP to matlab using exec()
Posted: Thu May 14, 2009 7:13 pm
Hi,
I am trying to call matlab from php. All I am doing is calling the exec() as follows
exec('start /b matlab.exe -nosplash -r sample')
This call is not working. I see in the task bar activate_matlab.exe every time I run this. I have already activated.
Can anyone help me !!!..
Windows Vista 64 bit
Matlab 2009 version
Thanks,
Dinek
I am trying to call matlab from php. All I am doing is calling the exec() as follows
exec('start /b matlab.exe -nosplash -r sample')
This call is not working. I see in the task bar activate_matlab.exe every time I run this. I have already activated.
Can anyone help me !!!..
Windows Vista 64 bit
Matlab 2009 version
Thanks,
Dinek