How to compare a Simulink model with empty model?
    4 views (last 30 days)
  
       Show older comments
    
I am trying to compare model versions and extract what is added/deleted/modified by querying the difference tree. 
Edits = slxmlcomp.compare(ModelA, ModelB). 
Is there a neat way to compare an empty model with a model? For instance, I want to compare a Simulink model file that doesnot exist before and a file newly added. 
0 Comments
Answers (1)
  Bhavana Ravirala
    
 on 15 Nov 2022
        For comparing Simulink models, you can also use “visdiff” command which displays the differences between the two specified folders or files.
visdiff(‘model1.slx’,‘model2.slx’);
For more information regarding “visdiff “ command do refer the below documentation:
Hope this helps!!
See Also
Categories
				Find more on Simulink Environment Customization in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
