Prev: plotyy
Next: custom fit
From: mat001 on


subplot(1,3,1)
XYPlane = D(:,:,20);
imagesc(XYPlane)
subplot(1,3,2)
YZPlane = P(:,:,20);
imagesc(YZPlane)
subplot(1,3,3)
ZXPlane = M(:,:,20);
imagesc(ZXPlane)

How to set one colorbar which should be fixed, one title which should be on top centre.
another problem is changing every time the dimension of the image. I want original look

if i have XZ = YZ = 2*4
and XY = 2*2

so it should look like that in the image.
Please help me to find this.

Regards
 | 
Pages: 1
Prev: plotyy
Next: custom fit