This seems to be a suitable method to "tunnel" functions from Python to MATLAB:
http://code.google.com/p/python-matlab-wormholes/
The big advantage is that you can handle ndarrays with it, which is not possible by the standard output of programs, as suggested before. (Please correct me, if you think this is wrong - it would save me a lot of trouble :-) )