Clear Filters
Clear Filters

AppDesigner's Compare Tool does not appear to work.

10 views (last 30 days)
I have two different versions of a .mlapp file that I'd like to compare in order to merge my changes. Per the MATLAB documentation, the Compare Tool should work for this. Thing is, I can't get it to work for the life of me. Nothing actually happens once I close the file selection window. I've tried restarting AppDesigner, restarting MATLAB, and restarting my machine. Am I missing something here?
See attached gif for a demonstration.

Answers (1)

Kevin Rusch
Kevin Rusch on 31 May 2024
If anyone else runs into this, visdiff is a viable workaround, oddly enough:
visdiff("visualize_light.mlapp", "ppds_visualize_light.mlapp")
I've reported this bug to Mathworks in the meantime.

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!