coder.dictionary.create
Description
creates an Embedded Coder Dictionary in the model or Simulink® data dictionary identified by coderDictionaryObj
= coder.dictionary.create(sourceName
)sourceName
. The function
returns a coder.Dictionary
object that
represents the new Embedded Coder Dictionary.
When the source model or data dictionary already has an Embedded Coder Dictionary, use
coder.dictionary.open
to access the coder.Dictionary
object. An Embedded Coder Dictionary is created when you open a model in the Embedded Coder
app or when you open the Embedded Coder Dictionary dialog box for a model or a data
dictionary.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b