Main Content

removeConfiguration

Class: Simulink.VariantConfigurationData
Namespace: Simulink

Remove variant configuration from variant configuration data object

Description

Note

This method requires Variant Manager for Simulink®.

example

vcdataObj.removeConfiguration(nameOfConfiguration) removes the configuration from the variant configuration data object vcdataObj, which is an object of the Simulink.VariantConfigurationData class.

Input Arguments

expand all

Name of the configuration to be removed, specified as a character vector or string.

Example: "LinInterExpNoNoise"

Data Types: char | string

Examples

expand all

Remove a variant configuration named LinInterExpNoNoise from the variant configuration data object vcdataObj.

vcdataObj.removeConfiguration("LinInterExpNoNoise");

Version History

Introduced in R2013b