read_mat: Read 'Matlab' Files

Description Usage Arguments Details Value

View source: R/matlab.R

Description

A compatible reader that can read both 'Matlab' files prior and after version 6.0

Usage

1

Arguments

file

path to a 'Matlab' file

Details

readMat is used to read files prior to version 6. After version 6, 'Matlab' uses 'HDF5' format to store its data, hence H5File is used to read the file.

The performance of read_mat can be limited when the file is too big or has many datasets as it reads all the data contained in 'Matlab' file into memory.

Value

A list of All the data stored in the file


dipterix/raveutils documentation built on July 6, 2020, 12:24 a.m.