From: Mert on
Hi,

I have two matrices(m by n) which represent two images. I want to place those two images in a 3D box such that they both face towards screen and have x distance between them like when one has a volumetric data and creates two slices. The problem is I don't have a volumetric data. I can create a meshgrid but still I would have only two 'm by n' matrices which represent two images. Not a 3D 'm by n by p' matrix. Imagesc only works for 2D. Is there a way to create an arbitrary box and place those images in the box freely?

I need your help.
Thanks in advance.

Mert