필터 지우기
필터 지우기

Smoothing a 2d matrix (DEM)

조회 수: 11 (최근 30일)
Grant
Grant 2013년 2월 11일
답변: Jennifer Rebbin 2023년 9월 20일
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