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

1 回表示 (過去 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 Center および File ExchangeSimulink Environment Customization についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by