how do I compare simulink data dictionaries

44 visualizaciones (últimos 30 días)
Liam Hammond
Liam Hammond el 27 de Feb. de 2020
Comentada: Robert Simpson el 5 de Ag. de 2021
I'm working with simulink data dictionaries and need to be able to difference Simulink data dictionaries. These are stored as binary files so are not comparable with tools such as Beyond Compare. Is there any natice support within Matlab for differencing .sldd simulink data dictionary files?

Respuestas (1)

stozaki
stozaki el 27 de Feb. de 2020
Please try following script.
  1. Unzip attached file.
  2. execute the script.
visdiff('dd1.sldd','dd2.sldd')
For simple file differences, you can use the isequal function.
isequal('dd1','dd2')
  2 comentarios
Christopher Grant
Christopher Grant el 22 de Abr. de 2020
I have tried visdiff and the Comparison tool and they do not have any fileters for the data dictionary to ignore unimportant changes like the models have. Is there a way to filter out unimportant changes (like last modified) or see all the entries and thier changes in 1 report?

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by