Simple Image problem!!



The code shown below from matlab produces two images (figure 1 and figure
2). How can you code in matlab to make these two images to be produced
together on one figure.

figure(1)
imagesc(fftshift(t))
figure(2)
imagesc(fftshift(Z))
colormap(gray)

Thanx for ur help

Bobby

.