getSourcePaths
Get source paths from build information
Description
returns the names of source file paths from the build information. The function returns
only the file paths that were added to the build information by using srcpaths
= getSourcePaths(buildinfo
,replaceMatlabroot
,includeGroups
,excludeGroups
)addSourcePaths
. The build process uses build
information source paths to locate source files that were specified without an explicit
path.
The function requires the buildinfo
and
replaceMatlabroot
arguments. You can use optional
includeGroups
and excludeGroups
arguments. These optional arguments let you include or exclude groups selectively from
the source paths returned by the function.
If you choose to specify excludeGroups
and omit
includeGroups
, specify a null character vector
(''
) for includeGroups
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a