unlinkDictionary

Unlink dictionary from a model

Description

example

unlinkDictionary(modelObject) removes the association of the model from its data dictionary.

Examples

Unlink the Data Dictionary

unlinkDictionary(arch);

Input Arguments

collapse all

The model from which the dictionary link is to be removed.

Data Types: systemcomposer.arch.Model

Introduced in R2019a