Save complex value ndarray
Hi, Thanks for all people made up this wonderful software. I am just switching from matlab and still need to save some complex data into mat file format. The version I have (scipy.io.mio.savemat function) only save matV4 file and don't support complex data. I wonder if there is any recent work on SVN or I have to work out my own solution??? Thanks Xuedong
Xuedong Zhang wrote:
Hi, Thanks for all people made up this wonderful software. I am just switching from matlab and still need to save some complex data into mat file format.
The version I have (scipy.io.mio.savemat function) only save matV4 file and don't support complex data. I wonder if there is any recent work on SVN or I have to work out my own solution???
I don't have scipy 0.5.2 at hand now, but I can confirm that using scipy.io.savemat from svn scipy can save complex arrays into mat files, which are loadable in matlab. David
participants (2)
-
David Cournapeau -
Xuedong Zhang