hsekar Posted February 21, 2008 Share Posted February 21, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.