MATLAB: Resizing a 3D image on one axis

Image Processing Toolboximage resizing

I was wondering if there was a way of resizing a 3D image (ex. 200 * 200 * 10) by expanding the voxels in one direction (into something like 200*200*200).

Best Answer

repelem(YourArray, 1, 1, 10)