Get include paths from model build information
returns the names of include file paths from the build information.paths
= getIncludePaths(buildinfo
,replaceMatlabroot
,includeGroups
,excludeGroups
)
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 include paths returned by the
function.
If you choose to specify excludeGroups
and omit
includeGroups
, specify a null character vector
(''
) for includeGroups
.
addIncludePaths
| getIncludeFiles
| getSourceFiles
| getSourcePaths