I stumbled across a feature in Anaconda’s Spyder that I wasn’t aware of previously. (Perhaps the feature was quietly introduced in a release where I didn’t read the release notes.) In the past when working with Matlab data files, I would use something like: import scipy.io mat = scipy.io.loadmat('file.mat') It looks like it is even […] continue reading »
Quick Trick: Import .mat data files into Anaconda Spyder
