Simulink.data.dictionary.open
Open data dictionary for editing
Syntax
Description
opens
the specified data dictionary and returns a dictionaryObj
= Simulink.data.dictionary.open(dictionaryFile
)Simulink.data.Dictionary
object
representing an existing data dictionary identified by its file name
and, optionally, file path with dictionaryFile
.
Make sure any dictionaries referenced by the target dictionary are on the MATLAB path.
displays a warning when the function is unable to open a dictionary referenced by the target
dictionary dictionaryObj
= Simulink.data.dictionary.open(dictionaryFile
,'SubdictionaryErrorAction','warn')dictionaryFile
, but opens the target dictionary
anyway.
Examples
Input Arguments
Version History
Introduced in R2015a