Main Content
addNewBuildConfiguration
Class: matlabshared.targetsdk.Toolchain
Namespace: matlabshared.targetsdk
Add new build configuration to toolchain
Syntax
obj = addNewBuildConfiguration(h,configurationName)
Description
creates
a new obj
= addNewBuildConfiguration(h
,configurationName
)BuildConfiguration
object, obj
,
with the Name property set to the string configurationName
and
adds the new object to the Toolchain
object h
.
An error is thrown if the new BuildConfiguration
object
cannot be created.
Input Arguments
Output Arguments
Version History
Introduced in R2015a