copyEntry
Class: coder.dictionary.Section
Namespace: coder.dictionary
Copy Embedded Coder Dictionary entry
Syntax
newEntry = copyEntry(sectionObj,defName)
newEntry = copyEntry(sectionObj,defName,targetCoderDict)
Description
copies the definition named newEntry = copyEntry(sectionObj,defName)defName in the Embedded Coder dictionary
section represented by sectionObj. The copyEntry syntax
returns a coder.dictionary.Entry object that represents the new definition.
creates a copy of the definition in the target Embedded Coder Dictionary represented by
newEntry = copyEntry(sectionObj,defName,targetCoderDict)targetCoderDict.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b