[SciPy-user] Cannot handle sparse matrices, yet.

Arnd Baecker arnd.baecker at web.de
Wed Oct 15 08:55:48 EDT 2003


Hi Nils,

> The matrix is complex. Is this a problem for loadmat ?

Looking at the source of  scipy.io.loadmat I'd _guess_
that it does not support complex matrices.
Could you re-try with just the real part of the matrix?
If that works you could (as work-around) store real and imaginary part
separately and load them separately and combine them afterwards.

Good luck,

Arnd



More information about the SciPy-User mailing list