.php xmlns="http://www.w3.org/1999/.php"> - k-Wave MATLAB Toolbox
k-Wave Toolbox

resize

Resize a matrix.

Syntax

mat_rs = resize(mat, new_size)
mat_rs = resize(mat, new_size, interp_mode)

Description

resize resamples a matrix to a given size using interp3 (3D).

Inputs

mat

matrix to resize
new_size desired matrix size in elements given by [N] in 1D (a single number is used for both row and column vectors), [Nx, Ny] in 2D and [Nx, Ny, Nz] in 3D.

Optional Inputs

interp interpolation mode used by interp3 (default = '*linear')

Outputs

mat_rs resized matrix

Examples

See Also

interp3
<.php>