[SciPy-dev] io.loadmat

Nils Wagner nwagner at mecha.uni-stuttgart.de
Thu Nov 18 04:43:15 EST 2004


Hi all,

I have tested io.loadmat with current cvs version of scipy.
Please find attached some small test matrices in dense (av*.mat) and 
sparse (speyev*.mat) format - in Version 4 and 5 respectively.

io.loadmat('speyev4.mat') and
io.loadmat('av5.mat') failed

while
io.loadmat('speyev5.mat') and
io.loadmat('av4.mat') succeeded (for real matrices - I didn't use 
complex matrices so far)

Nils


 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: iomatlab.py
Type: text/x-python
Size: 279 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20041118/30f28290/attachment.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: av4.mat
Type: application/octet-stream
Size: 94 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20041118/30f28290/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: av5.mat
Type: application/octet-stream
Size: 256 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20041118/30f28290/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speyev4.mat
Type: application/octet-stream
Size: 118 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20041118/30f28290/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speyev5.mat
Type: application/octet-stream
Size: 256 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20041118/30f28290/attachment-0003.obj>


More information about the SciPy-Dev mailing list