Smoothing a 2d matrix (DEM)

Hi I have a 2d matrix of integers, representing a digital elevation model of a glacier. I need to smooth it - interpolate between cells, but I can't find a way to do so. Thank you

 Respuesta aceptada

Jennifer Rebbin
Jennifer Rebbin el 20 de Sept. de 2023

1 voto

Starting in R2023b, you can smooth noisy data in two dimensions by using the smoothdata2 function. As of R2023b, the supported smoothing methods for smoothing in two dimensions are average, median, Gaussian-weighted average, linear regression, quadratic regression, and Savitzky-Golay filter.

Más respuestas (1)

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Feb. de 2013

Respondida:

el 20 de Sept. de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by