Case sensitive string that can indicate
               relative or absolute path. Use '.' for current directory.
 
               
 
 Data Types: string
  
  
Specify optional comma-separated pairs of Name,Value arguments.
 Name is the argument name and Value
 is the corresponding value. Name must appear 
 inside single quotes (' '). 
 You can specify several name and value pair arguments in any order as  
 Name1,Value1,...,NameN,ValueN.
 
 Example:
 'InclDir','dirname'
, 'ExclDir','dirname'
 
	User can use wildcards. Do not use regular expression,
               for examples 'abc' and 'ab*de*'. File separator (i.e. '\' in
               Windows or '/' in Unix) is not allowed. Case-sensitive.
 
               This filter is skipped if InclDir='', InclDir={},
               InclDir='*' or if one of the element of the cell array
               InclDir is '*'. Default: InclDir={''}.
               
	
       Example:  'InclDir','dirname'
	Data Types: (cell array of) string
 
 
	User can use wildcards. Do not
               use regular expression. Examples: 'abc' and 'ab*de*'. Use ''
               or {} to skip this stage. File separator (i.e. '\' in
               Windows or '/' in Unix) is not allowed. Case-sensitive. Default: ExclDir={''}.
 
               
	
       Example:  'ExclDir','dirname'
	Data Types: (cell array of) string