using imagesc to display and compare two images

through previous functions i have taken one image and altered it slightly
i want to be able to display both these images using 'imagesc' so that they can be visually compared
i then need to produce a video using the 'getframe' and 'movie2avi' functions

Answers (1)

I am going to guess that you are asking about how to position the two images for visual comparison. If so, then see the x and y parameters as described in the documentation for image as those parameters also apply to imagesc.

Asked:

ben
on 10 May 2011

Community Treasure Hunt

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

Start Hunting!