Smoothing a 2d matrix (DEM)

14 ビュー (過去 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 Center および File ExchangeSmoothing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by