Plot time sensitive data

1 次查看(过去 30 天)
Tim Richter
Tim Richter 2021-11-23
Hello,
I imported two column vectors from a .xlsx file. The first one is called "Date", and contains the date and time of a corresponding measurement, in the format: 'yyyy-mm-dd hh:mm:ss. The second vector contains the corresponding measurment on that timestamp, let's call it 'Height'.
I tried to plot these vectors with the standard 'plot(Date,Height)' function, to see the chance of height over time. Note that the time spans multiple years, and contains thousands of measurements.
But the plot returns a tangeled mess of a graph, where the data points seem to be connected randomly to each other. I am aware of the datetime datatype, and the option to convert timestamps into different formats, without sucess in using them. But how do I get a decently looking graph, with which I can see the chance in height over time?
Thanks in Advance!
  4 个评论
Tim Richter
Tim Richter 2021-11-26
Sorting the tables helped, thanks!
Bjorn Gustavsson
Bjorn Gustavsson 2021-11-26
For these types of long-term series there often are seasonal (and possibly daily) variations, to enhance those you might consider using plot3 or scatter3 where you have year on the x-axis, day of year on the y-axis and your height along the z-axis (and colour-scale).

请先登录,再进行评论。

回答(0 个)

类别

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

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by