Clear Filters
Clear Filters

smoothing of a 2d distribution

5 views (last 30 days)
Hello,
what I would like to do is try to smooth and make this map more homogeneous and in particular the probability values, that is, eliminating those orange and red points that are errors within the data entered.
The probability data that I insert only a two-dimensional matrix given by the combination of angles and velocity values.
in my opinion This matrix should be interpolated bidimensionally when it is used by smooting a space of a 2d distribution.
Can anyone help me? Thank you!

Accepted Answer

KSSV
KSSV on 3 Jan 2022
Read about interp2 and imresize.
  1 Comment
ELISABETTA BILLOTTA
ELISABETTA BILLOTTA on 3 Jan 2022
with imresize nothing changes, and with interp2 it takes a long time, but it could be the solution .. I'll try thanks

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!