Simulink.data.dictionary.open
R2026bOpen data dictionary for editing
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. When the function is unable to open a referenced dictionary, the function displays a warning, but still opens the target dictionary.