gistlib
main.mdata = readNPY('file.npy'); 28 chars2 lines
data = readNPY('file.npy');
Here, readNPY is a custom function that you need to define to import data from a .npy file into MATLAB.
readNPY
gistlibby LogSnag