Compare Two Figures side by side

Takes the content of a two figures and puts them next to each other in one figure window.
1,9K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

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.

Citation pour cette source

Michael Katz (2024). Compare Two Figures side by side (https://www.mathworks.com/matlabcentral/fileexchange/21998-compare-two-figures-side-by-side), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2008b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.1

Updated license

1.0.0.0