getEntry
Create Simulink.data.dictionary.Entry object
to represent data dictionary entry
Syntax
Description
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.
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