[ANN] mlabwrap v0.9b3

A

Alexander Schmolck

I have recently uploaded mlabwrap v0.9b3, a high-level python to matlab(tm)
bridge, you can get it from

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

It should work with recent python >=2.3 and matlab(tm) >=6.0; I've used it
extensively myself but this is the first announcement to a wider public -- so
I'd very much like to hear some feedback (even if it's just "works fine").

Here is a short demo snippet:
GSVD Generalized Singular Value Decompostion.
SVD Singular value decomposition.
[...] mlab_command(*args, **kwargs)
SVD Singular value decomposition.
[U,S,V] = SVD(X) produces a diagonal matrix S, of the same
dimension as X and with nonnegative diagonal elements in
[...]
>>> mlab.svd(array([[1,2], [1,3]]))
array([[ 3.86432845],
[ 0.25877718]])

'as
 
A

Alexander Schmolck

Alexander Schmolck said:
I'd very much like to hear some feedback (even if it's just "works fine").

Sorry to anyone who got a bounce -- obviously just on the day I write this my
email account gets "temporarily deactivated" -- till I sort this out, please
send feedback to <[email protected]> instead.

There also will be a user mailing list at
<[email protected]>

'as
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,990
Messages
2,570,211
Members
46,796
Latest member
SteveBreed

Latest Threads

Top