You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This should copy a figure window and all the objects in it to the first one and resized to fit both.
Example:
figure(1)
plot(rand(5))
figure(2)
surf(peaks)
compareFigures(1,2)
This is a little cleaner than managing two figure windows, but it may not be best thing to do if you want to do further processing on either figure.
I'd expect issues if you're using two different colormaps.
Cite As
Michael Katz (2026). Compare Two Figures side by side (https://au.mathworks.com/matlabcentral/fileexchange/21998-compare-two-figures-side-by-side), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.1 (1.58 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
