From: mat001 on
"Matt J "

But it did not print other two
??? Error using ==> image
Error using ==> image
Indexed CData must be size [MxN], TrueColor CData must be size [MxNx3]

Error in ==> imagesc at 19
hh = image(varargin{1},'CDataMapping','scaled');

Error in ==> run_ComputeCellGrowthAndO2 at 179
imagesc(YZPlane)
From: mat001 on
It was my fault i forgot to write squeeze.

sorry and thanks