Scipy loadmat only load integers?

According to the docs v4 (Level 1.0), v6 and v7 to 7. 2 matfiles are supported You will need an HDF5 python library to read matlab 7.3 format mat files. Because scipy does not supply one, we do not implement the HDF5 / 7.3 interface here For the supported levels, variables should be reloaded with the dtype with which they were saved; if you'd rather load them as matlab would, add mat_dtype=True at the end of the parameters with which you call loadmat.

According to the docs, v4 (Level 1.0), v6 and v7 to 7. 2 matfiles are supported. You will need an HDF5 python library to read matlab 7.3 format mat files.

Because scipy does not supply one, we do not implement the HDF5 / 7.3 interface here. For the supported levels, variables should be reloaded with the dtype with which they were saved; if you'd rather load them as matlab would, add mat_dtype=True at the end of the parameters with which you call loadmat.

Thanks! I saved data with the command: "save -v4 data" and now it works. I still wish you can implement the interface so scipy will become more powerful and convenient.

– mayasky Nov 9 '09 at 0:20 If by "the interface" you mean HDF5, you can get one e. G from h5py.alfven. Org -- as for why it's not seamlessly integrated in scipy yet, well, since scipy (like most open source) is all done by volunteers, what's missing is just somebody that cares enough about it to be willing to work to make it happen!

-) – Alex Martelli Nov 9 '09 at 0:39.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions