Clear Filters
Clear Filters

how can I change series of data into time series data

3 views (last 30 days)
I have data series that ranges from 7.334894375000000e+05 to 7.340144791666666e+05 which comprises 24273 data. The data covers 525 days which is recorded approximately 0.46 hrs. I want to plot this data as time series of month and day. can you help me with that? The commencement day of recording is 15-03-2008. How can I edit the plot so that I will have mm/dd on the x-axis?
Any help is appreciated.

Accepted Answer

Ryan G
Ryan G on 26 Oct 2012
You can use the datestr function to convert between a numerical representation and a date representation.
To find the first date from 15-03-2008, you can use datenum to determine the corresponding number.
To convert the data to match a 0.46 hour sample time, you could try the linspace command, assuming your data is evenly distributed.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!