Find all pathnames matching a specified pattern
result = cv.glob(pattern)
result = cv.glob(pattern, 'OptionName',optionValue, ...)
Input
- pattern Pathname either absolute or relative, and can
contain wildcard characters (e.g 'Test*.m')
Output
- result output sorted matched pathnames. Cell array of strings.
Options
- Recursive If true, search files in subdirectories as well.
default false