remove holes and spikes from surfplot

4 views (last 30 days)
Alex Dijk
Alex Dijk on 26 Sep 2011
i have data wich makes my surfplot witch huge spikes and with holes (NaN) how can i remove the spikes and holes and make the surfplot look smooth?

Answers (2)

Image Analyst
Image Analyst on 26 Sep 2011
Maybe try replacing outliers with the median value in the neighborhood.

Bjorn Gustavsson
Bjorn Gustavsson on 26 Sep 2011
To remove the nan-s use one of the inpaint-tools found on the matlab file exchange. Search for both inpaint_nans and inpaint.
To remove spikes use medfilt2, or if you do not have access to that function, use medfilt1 in both directions.
HTH.

Community Treasure Hunt

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

Start Hunting!