How to create moving average filter in tide data?

조회 수: 2 (최근 30일)
fahrulian fahrulian
fahrulian fahrulian 2015년 4월 7일
답변: Michael Haderlein 2015년 4월 7일
Hi... my name is fahrul. I try to filtering for smoothing my data in format file txt. In this file, there are 3 coloumns. first is date, second is time and the last coloumn is value of tide. I used two coloumns data, date and velue only to plot in matlab. Anybody can help me to make syntax filtering by using moving average??

채택된 답변

Michael Haderlein
Michael Haderlein 2015년 4월 7일
If data is the array with your values and t is date/time:
plot(t, smooth(data));

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by