- Unzip attached file.
- execute the script.
how do I compare simulink data dictionaries
16 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
stozaki
2020-2-27
Please try following script.
visdiff('dd1.sldd','dd2.sldd')
For simple file differences, you can use the isequal function.
isequal('dd1','dd2')
2 个评论
Christopher Grant
2020-4-22
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Interface Definitions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!