Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 338 Bytes

npyread

Description

{** Read NumPy's NPY format (.npy files) in MATLAB.**}

Usage

info = npyinfo(filename); parse npy header info into a struct

data = npyread(filename); read NDArray into a matrice

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request