Main Content
getConstantNames
Get constant names in Architectural Data section of Simulink data dictionary
Since R2023b
Syntax
Description
returns a cell array of the constantNames
= getConstantNames(archDataObj
)Simulink.dictionary.archdata.Constant
objects in the Architectural Data section
of the top data dictionary specified by archDataObj
, and in referenced
data dictionaries.
returns a cell array of the constantNames
= getConstantNames(archDataObj
,LookInsideDictReferences=tf
)Simulink.dictionary.archdata.Constant
objects in the Architectural Data section
of the top data dictionary only, or in the top data dictionary and in referenced data
dictionaries.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b