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.
Subscribe to:
Post Comments (Atom)
1 comment:
Also see matplotlib: http://matplotlib.sourceforge.net/
Post a Comment