How can I identify all the changes to the configuration set between two different versions of Simulink?

3 views (last 30 days)
I would like to know what changes have been made to the configuration set in Simulink between the version I am on and the most recent release. While the release notes do mention the changes in the configuration set for the current release, it is going to be cumbersome to identify changes between any two non-subsequent releases.

Accepted Answer

MarkB
MarkB on 21 Jan 2011
I would recommend using the Config Set Printer available on MATLAB Central ( http://www.mathworks.com/matlabcentral/fileexchange/6696-configuration-set-printer) to print out a text version of the model's configuration parameters:
  1. Run it once on a model in the old release and save the results to a text file
  2. Run it again on the same model in a newer release and save those results to a text file.
  3. Then use MATLAB to perform a comparison of the two text files to see what is different (This should be available if you right-click on a file in the MATLAB file browser).

More Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!