isfile
Returns true is the input argument is a file.
Syntax
r = isfile(name)
Input argument
name - a string: filename to check.
Output argument
r - a logical: true if it is a file.
Description
isfile(name) returns true if name is a file.
Example
See also
History
Version
Description
1.0.0
initial version
1.4.0
input arguments support scalar string array type
Author
Allan CORNET
Last updated