Le 02/11/2011 11:02, Stan Schymanski a écrit :
> Dear all,
> 
> While looking for a way to import a matlab file into sage, I stumbled
> over scipy.io.loadmat and found a ticket where this is implemented
> into sage along with some other useful input/output routines:
> http://trac.sagemath.org/sage_trac/ticket/7317
> 
> Does anyone have an opinion whether this could be reviewed and merged
> at any point?
> 
> Cheers
> Stan
> 
Try this:

import scipy.io
X = scipy.io.loadmat('mydata.mat')

yours
t.d.

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

<<attachment: tdumont.vcf>>

Reply via email to