Smoothing a 2d matrix (DEM)

14 次查看(过去 30 天)
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

采纳的回答

Jennifer Rebbin
Jennifer Rebbin 2023-9-20
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.

更多回答(1 个)

Doug Hull
Doug Hull 2013-2-11
>>Doc Interp2

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by