Daily and monthly moving averages
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
How can we calculate the daily, monthly moving average for a particular dataset?
Right now, I am calculating the weekly averages as
answer = movmean(dataset, 24*7);
Thanks!
0 Commenti
Risposte (1)
Vedere anche
Categorie
				Scopri di più su Time Series Events in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!