Smoothing a 2d matrix

5 Ansichten (letzte 30 Tage)
Haythem Zouabi
Haythem Zouabi am 11 Nov. 2020
Beantwortet: Sibi am 17 Dez. 2020
Hello,
I have a 2d matrix. I need to smooth this matrix by filtering small gradient and keep the highest gradient?
Thanks,

Antworten (1)

Sibi
Sibi am 17 Dez. 2020
x=randi(10,2,3);
c = smooth(x(:));
y= reshape(c,height(x),width(x))

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!

Translated by