Skip to contents

This function finds data files that match the base name of a given .mat file.

Usage

find_matching_data(mat_file, data_files)

Arguments

mat_file

A character string specifying the path to the .mat file.

data_files

A character vector of paths to data files to search.

Value

A character vector of matching data files.