List of files, specified as a character vector, a string scalar, a string array, or
a cell array of character vectors. Each file must be a MATLAB function, class, or app of one of the following types:
.m
, .p
, .mlx
,
.mlapp
, or a valid MEX file.
Example: {'function1.m',function2.m'}
Data Types: char
| string
| cell