Skip to content

.npy loader that can handle structured numpy arrays for use in MATLAB

Notifications You must be signed in to change notification settings

Yash-V-Tiwari/readNPYFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About:

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.

To Use:

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.

About

.npy loader that can handle structured numpy arrays for use in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published