Smoothing noisy 2D data
13 ビュー (過去 30 日間)
古いコメントを表示
I have a dataset (attached as data.mat), it contains a matrix z with x and y coordinates, see it plotted below.
As you can see it is quite noisy in the majority of logspace, I was hoping to find a way to smooth this. Ideally I would like to use this , but it is not available on my version of MATLAB
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168732/image.png)
0 件のコメント
回答 (1 件)
Prasanth Sunkara
2018 年 1 月 22 日
Hello Laurence, You can try masking your data using a simple 2D moving average. Please refer to this ML answer post to get started. https://www.mathworks.com/matlabcentral/answers/80508-create-a-moving-average
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!