Documentation

getConfigSets

Get names of all of model's configuration sets or configuration references

Syntax

myConfigObjNames= getConfigSets(model)

Arguments

model

The name of an open model, orgcsto specify the current model

Description

getConfigSetsreturns a cell array of character vectors specifying the names of all configuration sets and configuration references (configuration objects) attached tomodel.

Examples

The following example obtains the names of the configuration objects attached to the current model.

myConfigObjNames = getConfigSets(gcs)

Introduced before R2006a

Was this topic helpful?