pymex
Embeds the Python Interpreter in Matlab.
Author: Tim Perkins
runs on python 2.7. Be careful if your want to use numpy-related module(your job and libraries are related to numerical computing right?). Matlab is shipping with numerical libraries with version lag(compared to your numpy installation). Do something like "setenv LD_PRELOAD /usr/lib64/libstdc++.so.6:/lib64/libgcc_s.so.1:/usr/lib64/libgfortran.so.3" before you run Matlab will solve it.