Class: Simulink.data.Dictionary
Package: Simulink.data
Return Simulink.data.dictionary.Section
object
to represent data dictionary section
sectionObj = getSection(dictionaryObj,sectionName)
returns
a sectionObj
= getSection(dictionaryObj
,sectionName
)Simulink.data.dictionary.Section
object
representing one section, sectionName
, of a data
dictionary dictionaryObj
, a Simulink.data.Dictionary
object.
When you access the Embedded Coder section of a data dictionary,
getSection
returns a coder.Dictionary
object representing
the Embedded Coder Dictionary in the data dictionary.