remove holes and spikes from surfplot
显示 更早的评论
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?
回答(2 个)
Image Analyst
2011-9-26
0 个投票
Maybe try replacing outliers with the median value in the neighborhood.
Bjorn Gustavsson
2011-9-26
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Smoothing and Denoising 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!