[SciPy-User] Scipy.io loadmat/savemat problem
Peter Eckert
peter.eckert2 at arcor.de
Sat Jun 16 09:46:54 EDT 2012
Hello Scipy-Experts,
I am experiencing a problem with the scipy loadmat/savemat features.
I have a matfile in mat-5 format which was created in Matlab that I want
to manipulate. When I open the existing mat-file with loadmat and
directly save the data to a new mat-file with savemat, the new file
created actually differs from the original file (it seems to be less
compressed). See the screenshots below.
The new matfile can be read in Matlab without problems, however I
actually want to pass the matlab to an executable created with Realtime
Workshop with the rtsim option. Starting this with the new matfile
creates an error "The values field in the parameters struct is invalid".
Does anybody has experience with the difference of the savemat option
compared to original Matlab matfiles and how I might change it?
Thank you very much for your help!
Regards,
Peter
Python: 2.7
Scipy: 0.9.0
Matlab: 2009SP2
Original Matlab file
After loadmat and savemat:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120616/98279bb1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cbjdfcee.png
Type: image/png
Size: 7795 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120616/98279bb1/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dcajhbdh.png
Type: image/png
Size: 43165 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120616/98279bb1/attachment-0001.png>
More information about the SciPy-User
mailing list