Main Content

save

Save changes to Architectural Data section of Simulink data dictionary

Since R2023b

    Description

    example

    save(archDataObj) saves changes to the Architectural Data section of a data dictionary.

    Examples

    collapse all

    To save your changes to architectural data of a data dictionary, use the save function. For an example that shows more of the workflow for related functions, see Create Architectural Data Object and Use It to Configure Architectural Data.

    save(archDataObj);

    Input Arguments

    collapse all

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

    Version History

    Introduced in R2023b