How to plot points after smoothing?

I am planning to plot Voltage vs time. the following are the steps and i took all the data from a .csv file. t=a[:,1] data=a[:,2] y=smooth(t,data,1,'loess') plot(y) I am able reduce noise in wave with above program. But when I plot data points with respect to time all the data points are shifting away from the wave.

 채택된 답변

Walter Roberson
Walter Roberson 2011년 1월 25일

0 개 추천

This question duplicates #319

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Smoothing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by