Time series manipulation in matlab

2 views (last 30 days)
ASONG ZILEFAC
ASONG ZILEFAC on 14 Nov 2012
Hello,
I have a 200 data files to process. I need a solution for one of the files and I would do same for the rest of the files. It is a typical daily time series problem.
My rainfall data is arranged thus: 1990 to 2011 as years, under each year are 12 months, and in front of each month are 29 or 30 or 31 days depending on the month.
My problem is to take all the days in each month and place them beneath that month and for each year. The result will be two column vectors; one for dates and one for rainfall on each day, in each month in each year.
Thanks in advance.
Asong.
  3 Comments
ASONG ZILEFAC
ASONG ZILEFAC on 15 Nov 2012
Hello Jose,
My data files are .txt. How can I use datenum to cat the files?
José-Luis
José-Luis on 15 Nov 2012
Ok, I will try to be clearer. Without actually looking at some file sample, your question is very difficult to answer. The description you give is vague and can be interpreted in different ways.
If all you want to do is concatenate the files, then why don't just use cat and forget about Matlab? What are you trying to achieve? It is not clear to me. I suggested datenum as it will allow you to do date manipulations, but, as said, I don't understand what you want.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!