Main Content

showChanges

View changes to architectural data of Simulink data dictionary in Comparison Tool

Since R2023b

    Description

    example

    showChanges(archDataObj) opens the Comparison Tool and displays changes to the data dictionary archDataObj since it was last saved. The Comparison tab shows the differences in the Simulink® design data properties. Changes made to platform properties are not shown.

    Examples

    collapse all

    To open the Comparison Tool window and display changes to the architectural data since it was last saved, use the showChanges 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.

    showChanges(archDataObj);

    Comparison Tool showing changes to data dictionary MyInterfaces.sldd.

    Input Arguments

    collapse all

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

    Version History

    Introduced in R2023b