Main Content
addEntry
Class: coder.dictionary.Section
Namespace: coder.dictionary
Add a new entry to Embedded Coder Dictionary section
Syntax
addEntry(sectionObj,defName)
entryObj = addEntry(sectionObj,entryName)
Description
addEntry(
adds a definition named sectionObj
,defName
)defName
to the Embedded Coder Dictionary section
sectionObj
, a coder.dictionary.Section
object.
returns a entryObj
= addEntry(sectionObj
,entryName
)coder.dictionary.Entry
object that represents the new Embedded Coder Dictionary
definition.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b