getSection
Class: coder.Dictionary
Package: coder
Return coder.dictionary.Section
object that represents Embedded
Coder Dictionary section
Since R2019b
Syntax
sectionObj = getSection(coderDictionaryObj,sectionName)
Description
returns a sectionObj
= getSection(coderDictionaryObj
,sectionName
)coder.dictionary.Section
object that represents one section,
sectionName
, of an Embedded Coder Dictionary, which
coderDictionaryObj
represents. Use the section to access the code
definitions of the type identified by the section name.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b