Skip to content

ShannonZ/npyread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read NPY (numpy.save) in MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages