Open sunshineatnoon opened 9 years ago
I think so. there is some code for calling matlab.
mc = "matlab -nojvm -r \"try; {}; catch; exit; end; exit\"".format(command) pid = subprocess.Popen( shlex.split(mc), stdout=open('/dev/null', 'w'), cwd=script_dirname)
Through this is a python wrapper, it seems that MATLAB is needed for compiling some files, do I have any other ways to run selective search codes without installing MATLAB? Thanks~