Main Content

Simulink.dictionary.archdata.create

Create Simulink data dictionary and Architectural Data object

Since R2023b

    Description

    example

    archDataObj = Simulink.dictionary.archdata.create(dictionaryName) creates an Architectural data object that represents the architectural data of the Simulink® data dictionary specified by dictionaryName.

    Examples

    collapse all

    To create an Architectural Data object that represents the architectural data in the specified Simulink data dictionary, use the Simulink.dictionary.archdata.create function.

    archDataObj = Simulink.dictionary.archdata.create("dictionaryName.sldd");

    Input Arguments

    collapse all

    File name of a Simulink data dictionary, specified as a character vector or string scalar. The name must include the .sldd extension and must be a valid MATLAB® identifier.

    Example: "myDictionary.sldd"

    Data Types: char | string

    Output Arguments

    collapse all

    Architectural Data object, returned as a Simulink.dictionary.ArchitecturalData object.

    Version History

    Introduced in R2023b