Smoothing a 2d matrix (DEM)
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Grant
am 11 Feb. 2013
Beantwortet: Jennifer Rebbin
am 20 Sep. 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
0 Kommentare
Akzeptierte Antwort
Jennifer Rebbin
am 20 Sep. 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.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Smoothing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!