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 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