Function Reference: read_mat73

: out_struct = read_mat73_var (fname)
: out_struct = read_mat73_var (fname, varname)

Read variables from a HDF5 files formated according to Matlab’s v7.3 format and return them as a struct.

If an argument varname is provided, read only the specified variable, otherwise return all datasets at the root of the file.

See also: H5D.read

Source Code: read_mat73