File name, specified as a character vector or string scalar. The file name can include a
partial path, but must be in a folder on the search path, or in the current
folder.
Example: myfile.m
If the file name is followed by the -completenames
option,
then the file does not need to be on the search path, as long as the
file name is a fully qualified name.
Example: c:\Program Files\MATLAB\myfile.m -completenames
In addition, file
can include a filemarker
(>
) to specify the path to a particular local
function or to a nested function within the file.
Example: myfile>myfunction
Data Types: char
| string