convnwb.io.io.load_matfile

convnwb.io.io.load_matfile(file_name, folder=None, **kwargs)[source]

Load a .mat file.

Parameters:
file_namestr

File name of the file to load.

folderstr or Path, optional

Folder to load from.

**kwargs

Additional keywork arguments to pass into scipy.io.loadmat.

Returns:
dict

Loaded data from the matfile.

Notes

This function is a wrapper of scipy.io.loadmat and accepts any additional keyword arguments that loadmat accepts.