Skip to content

extend read_matlab_raw to return memory maps

Paul Meyer requested to merge matlab-raw into master

returning the data as a memory map allows to read parts of an array without having to load the entire array into memory

Merge request reports