close
Close connection between data dictionary and Simulink.data.Dictionary
object
Syntax
Description
close(
closes the connection
between the dictionaryObj
)Simulink.data.Dictionary
object
dictionaryObj
and the data dictionary it represents.
dictionaryObj
remains as a Simulink.data.Dictionary
object but no longer represents any data dictionary.
Examples
Input Arguments
Tips
Use the
close
function in a custom MATLAB function to disassociate aSimulink.data.Dictionary
object from a data dictionary. Custom MATLAB functions can create and store variables and objects in function workspaces but cannot delete those variables and objects.The
close
function does not affect the content or the state of the represented data dictionary. The function does not discard unsaved changes to the represented dictionary or entries. You can save or discard them later.
Version History
Introduced in R2015a