[SciPy-User] scipy.io.matlab.loadmat error

Vincent Davis vincent at vincentdavis.net
Tue Jun 1 10:00:07 EDT 2010


Work on ( I guess, never used it) Mac Osx 10.6 running python 2.6

In [7]: mt.loadmat('teste.mat')
/Library/Frameworks/EPD64.framework/Versions/6.1/lib/python2.6/site-packages/scipy/io/matlab/mio.py:99:
FutureWarning: Using struct_as_record default value (False) This will
change to True in future versions
  return MatFile5Reader(byte_stream, **kwargs)
Out[7]:
{'__globals__': [],
 '__header__': 'MATLAB 5.0 MAT-file, Platform: MACI, Created on: Mon
May 31 21:06:09 2010',
 '__version__': '1.0',
 'x': array([[0, 1, 3, 0, 1, 3, 4, 5, 7, 7]], dtype=uint8)}



On Mon, May 31, 2010 at 9:58 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> Hi,
>
>>>  But I thought I had fixed that on the SVN ???
>>
>> You did but I assume that only applied to csv (type?) files.
>> I was thinking that they may have a "similar" problem with this mat
>> file. But I tried to clearly say I have no idea.
>
> Actually the .mat files are a custom binary format by matlab - we
> don't use the genfromtxt stuff to load them...
>
> Matthew
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list