genpath
Generate search path
Description
p = genpath
returns a character vector containing a search path that
includes all the folders and subfolders below
, including
empty subfolders.matlabroot
/toolbox
p = genpath(
returns a character vector
containing a search path that includes folderName
)folderName
and multiple
levels of subfolders below folderName
. p
does
not include folders named private
, folders that begin with the
@
character (class folders), folders that begin with the
+
character (namespace folders), folders named
resources
, or subfolders within any of these.
Examples
Input Arguments
Version History
Introduced before R2006a