Using Simulink    

Version Control Properties

Simulink stores version control information as model parameters in a model. You can access this information from the MATLAB command line or from an M-file, using the Simulink get_param command. The following table describes the model parameters used by Simulink to store version control information.

Property
Description
Created
Date created.
Creator
Name of the person who created this model.
ModifiedBy
Person who last modified this model.
ModifiedByFormat
Format of the ModifiedBy parameter. Value can be any string. The string can include the tag %<Auto>. Simulink replaces the tag with the current value of the USER environment variable.
ModifiedDate
Date modified.
ModifiedDateFormat
Format of the ModifiedDate parameter. Value can be any string. The string can include the tag %<Auto>. Simulink replaces the tag with the current date and time when saving the model.
ModifiedComment
Comment entered by user who last updated this model.
ModifiedHistory
History of changes to this model.
ModelVersion
Version number.
ModelVersionFormat
Format of model version number. Can be any string. The string can contain the tag %<AutoIncrement:#> where # is an integer. Simulink replaces the tag with # when displaying the version number. It increments # when saving the model.
Description
Description of model.
LastModificationDate
Date last modified.


  Creating a Model Change History Working with Blocks