A .npy loader script that can be called from MATLAB.
Converts .npy file to .csv then loads it as a Struct in MATLAB.
This is mainly used for converting structured array .npy file to a MATLAB struct.
Place readNPYFile.m and npyReader.py in the same folder.
Call readNPYFile.m and pass in the path of the .npy file(s) you would like to convert to a struct.