[Mne_analysis] np arrays to Matlab?

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Wed Oct 22 02:57:05 EDT 2014
Search archives:

hi maria,

savemat expects a dictionary as second param so:

scipy.io.savemat('test.mat',dict(data=data))

should work.

HTH
Alex



More information about the Mne_analysis mailing list