STRUCTCOMPVIS
by Scott Hirsch
01 Apr 2005
(Updated 06 Jan 2010)
Use visual differencing tool to compare two structures.
|
Watch this File
|
| File Information |
| Description |
---------------------------
STRUCTCOMPVIS(s1,s2) opens an HTML differencing report comparing two structures.
This is useful for quickly finding subtle differences between 2 structures. I find it particularly useful when working with large handles structures from GUI applications.
Ex:
% Find which properties are different between two graphics objects
subplot(211);l1 = plot(1:10)
subplot(212)l2 = plot(1:10,'r')
structcompvis(get(l1),get(l2))
--------------------------- |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 06 Jan 2010 |
Updated copyright. |
|
Contact us at files@mathworks.com