Jump to content

opening matlab from php...need help


hsekar

Recommended Posts

hi all... i wanted to know if matlab can be opende from a php script. If not, how could matlab be opened froma php script?

 

I am getting the following error when I try to open matlab frommy php script.

 

matlab: No MATLAB bin directory for this machine architecture. ARCH = glnx86

 

This is my code

 

#!/export/shared_apps/python/bin/python

import os, sys

 

if __name__=="__main__":

cline = '/export/shared_apps/matlab_64/bin/matlab64 -nodisplay -nojvm '

os.system(cline)

 

Could anybody help me with this ...

Link to comment
https://forums.phpfreaks.com/topic/92322-opening-matlab-from-phpneed-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.