I am trying to call a Matlab file from PHP. I beleive that using exec() I can call the matlab file. But this does not work
I tried
exec('matlab -r sample');
I also tried the same with the system() , passthru() and still not working.
I tried to write a .bat file and put the command in .bat file and that did not work too.
Can anyone help me. This question is already present in the forum but no answers given.
I use a Vista 64 bit and I get no error.
I tried
exec('matlab -r sample');
I also tried the same with the system() , passthru() and still not working.
I tried to write a .bat file and put the command in .bat file and that did not work too.
Can anyone help me. This question is already present in the forum but no answers given.
I use a Vista 64 bit and I get no error.
Comment