k-Wave Toolbox |
![]() ![]() |
Resize a matrix using interp2
(2D) or interp3
(3D).
mat_rs = resize(mat, new_size) mat_rs = resize(mat, new_size, interp_mode)
|
matrix to resize |
|
desired matrix size in elements given by [Nx, Ny] in 2D and [Nx, Ny, Nz] in 3D. Here Nx is the number of elements in the row direction, Ny is the number of elements in the column direction, and Nz is the number of elements in the depth direction. |
|
interpolation mode used by |
|
resized matrix |
interp2
, interp3
![]() |
powerLawKramersKronig | saveTiffStack | ![]() |
© 2009-2012 Bradley Treeby and Ben Cox.