how can I change series of data into time series data

3 次查看(过去 30 天)
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.

采纳的回答

Ryan G
Ryan G 2012-10-26
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by