{** Read NumPy's NPY format (.npy files) in MATLAB.**}
info = npyinfo(filename); parse npy header info into a struct
data = npyread(filename); read NDArray into a matrice
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request