getEntry
Create Simulink.data.dictionary.Entry
object
to represent data dictionary entry
Syntax
Description
returns an array of entryObj
= getEntry(sectionObj
,entryName
)Simulink.data.dictionary.Entry
objects representing data dictionary entries entryName
found in
the data dictionary section sectionObj
, a Simulinkdata.dictionary.Section
object. getEntry
returns multiple objects if multiple entries
have the specified name in a reference hierarchy of data dictionaries.
returns an object representing a data dictionary entry that is defined in the data
dictionary entryObj
= getEntry(sectionObj
,entryName
,'DataSource',dictionaryName
)dictionaryName
. Use this syntax to uniquely identify
an entry that is defined more than once in a hierarchy of referenced data
dictionaries.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a