Main Content

Simulink.LibraryDictionary.clear

Clear library dictionary dependency analysis

Since R2021a

Description

example

Simulink.LibraryDictionary.clear clears any previous library dependency analysis that has been performed on a library hierarchy with attached data dictionaries. When you first attach a dictionary to a library and save that library, Simulink® opens and performs this analysis on each library in the current folder as well as in the folder of that library (if different than the current folder). Simulink stores the analysis in the user preference folder. Subsequent changes to a library in the hierarchy results in analysis of only relevant library changes.

Run this function only if you intend to reanalyze the entire library hierarchy.

Examples

collapse all

To perform a full reanalysis of dependencies for a library hierarchy with attached data dictionaries, clear any previously stored dependency analysis.

Simulink.LibraryDictionary.clear

Version History

Introduced in R2021a