Azzera filtri
Azzera filtri

Smoothing a 2d matrix (DEM)

16 visualizzazioni (ultimi 30 giorni)
Grant
Grant il 11 Feb 2013
Risposto: Jennifer Rebbin il 20 Set 2023
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

Risposta accettata

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

Più risposte (1)

Doug Hull
Doug Hull il 11 Feb 2013
>>Doc Interp2

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by