Open cat-boucher opened 4 years ago
Awesome! I will indeed need to migrate some matlab files. Thanks a bunch!
If your matlab data structures are nested, you might have some issues. Let me know if thats the case, this weekend ill be repackaging code i wrote that converts these to a multiindex pandas df
Will do! For now, I think I'll only need to extract a couple n x m arrays of data, which shouldn't be too hard.
That should be easy!
just throwing this on here: if you end up needing to convert matlab data to python i would recommend the h5py package (7.3 and above) or loadmat function (below 7.3) to read your mat files!