Resize 3-D volumetric intensity image
returns the volume B
= imresize3(V
,[numrows
numcols numplanes]
)B
that has the number of rows, columns, and
planes specified by the 3-element vector [numrows numcols
numplanes]
.
returns a resized volume where B
= imresize3(___,Name,Value
)Name,Value
pairs control aspects
of the operation.