data format
ex ))
julianday temperature
(interval is 10mintues)
====================================================
I want to average daily temperature, monthly average..
how to use 'mean' function?
I think using tsmovavg()/smooth() is better than mean() .
http://www.mathworks.com.au/help/toolbox/finance/tsmovavg.html
1 Comment
Direct link to this comment:
http://www.mathworks.de/matlabcentral/answers/40801#comment_83877
how is your data stored? is it as a string or number? is it all in one vector or in two separate vectors? how are the different months stored?