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

2 次查看(过去 30 天)
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.

采纳的回答

MarkB
MarkB 2011-1-21
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).

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Environment Customization 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by