Saturday, May 23, 2009

PyMat

PyMat exposes the MATLAB engine interface allowing Python programs to start, close, and communicate with a MATLAB engine session. In addition, the package allows transferring matrices to and from an MATLAB workspace. These matrices can be specified as NumPy arrays, allowing a blend between the mathematical capabilities of NumPy and those of MATLAB.

1 comment:

Arnab Nandi said...

Also see matplotlib: http://matplotlib.sourceforge.net/