How to create moving average filter in tide data?

3 vues (au cours des 30 derniers jours)
fahrulian fahrulian
fahrulian fahrulian le 7 Avr 2015
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??

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Oceanography and Hydrology dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by