getBuildArgs
Get build arguments from build information
Description
[
                returns build argument identifiers and values from build information.identifiers,values] = getBuildArgs(buildinfo,includeGroupIDs,excludeGroupIDs)
The function requires the buildinfo,
                    identifiers, and values
                arguments. You can use optional includeGroupIDs and
                    excludeGroupIDs arguments. These optional arguments
                let you include or exclude groups selectively from the build arguments returned by
                the function.
If you choose to specify excludeGroupIDs and omit
                    includeGroupIDs, specify a null character vector
                    ('') for includeGroupIDs.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a