Mlabwrap allows pythonistas to interface to Matlab(tm) in a very
straightforward fashion:

    >>> from mlabwrap import mlab
    >>> mlab.eig([[0,1],[1,1]])
    array([[-0.61803399],
           [ 1.61803399]])

More at <http://mlabwrap.sourceforge.net>.

Mlabwrap 1.0.1 is just a maintenance release that fixes a few bugs and
simplifies installation (no more LD_LIBRARY_PATH hassles).

'as

--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to