| 1 | initial version |
thx to logix in the irc channel I found a workaround to complete the circle, saved a struct to 'test.mat' file and then reload through scipy:
import scipy.io
mat = scipy.io.loadmat('test.mat')
print mat['test_struct']
M =matrix(mat['test_struct'])
matlab("%s'" %
matlab.sage2matlab_matrix_string(M))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.