how i can smooth my data ?
조회 수: 1 (최근 30일)
이전 댓글 표시
i want to make smoothing to my data that i plot here ?
댓글 수: 0
채택된 답변
Image Analyst
2014년 9월 16일
One way to do it is to use a Savitzky-Golay filter, basically a moving/sliding polynomial fit. See the attached code, below the screenshot, for a demo.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!