Track changes made to model

9 vues (au cours des 30 derniers jours)
Lucas
Lucas le 11 Sep 2012
Commenté : zhichuan wang le 12 Juil 2018
Is there a way that you can track changes that have been made to a model? Like if a parameter got changed in the Configuration Dialog box, if a block got moved/changed, a new block was added or a subsystem was converted to a reference model?
  2 commentaires
Ryan G
Ryan G le 12 Sep 2012
You could write a script that uses find_system(gcs); and stores all the block names into a mat-file. You can call that script when you load the model to compare the current find_system(gcs); results to that stored in the MAT-file.
zhichuan wang
zhichuan wang le 12 Juil 2018
If the callback can be used to find changes in subsytem will be better.

Connectez-vous pour commenter.

Réponses (3)

Srinivas
Srinivas le 11 Sep 2012
you may want to look at http://www.ensoftcorp.com/simdiff/

K E
K E le 12 Sep 2012
Here are Mathwork's suggestions on managing model versions.

Ryan G
Ryan G le 11 Sep 2012
Modifié(e) : Ryan G le 20 Sep 2012
You could use the Simulink Report Generator XML file compare tool on the Simulink model files. This would be the 'supported' method of doing this and if you have access to support they would be able to help you further if you run into issues.

Catégories

En savoir plus sur Create Large-Scale Model Components dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by