From: Ahmad Alsabbagh on
Hi

I have a 3D matrix C (600x36x196) that represent an object (each layer of that object is represented by the X-Y matrix) and the Z is the height of the layer in the object.
So for example if I use the (imagesc) function for any of the (X-Y) it will give me a rectangle but I want to plot my 3D matrix to give me a parallel piped.
So my matrix is C(600x36x196) where C(600X36X1) is a rectangle and C(600X36X2) is a rectangle too, and so on.....but I want to plot all of them to have a parallel piped.

Thanks
Ahmad