PHP to matlab using exec()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dinek84
Forum Newbie
Posts: 1
Joined: Thu May 14, 2009 7:10 pm

PHP to matlab using exec()

Post by dinek84 »

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
Post Reply