How to apply filter to smooth data?
Show older comments
size(A)=[512 1].
What is the function to smooth 'A' with either moving average or least square method?
Accepted Answer
More Answers (1)
Sean de Wolski
on 17 Apr 2013
doc smooth
If you have the Curve Fitting Toolbox.
2 Comments
Yun Inn
on 17 Apr 2013
Sean de Wolski
on 18 Apr 2013
A few options would be to use filter() or conv() or a for-loop.
Or you could purchase the CFT :)
Categories
Find more on Smoothing and Denoising in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!