Info

此问题已关闭。 请重新打开它进行编辑或回答。

Plots: Not traceable Line Plot

1 次查看(过去 30 天)
chris_andreas
chris_andreas 2016-6-22
关闭: MATLAB Answer Bot 2021-8-20
I like to plot a temperature profile with following code:
plot(data.DateTime, AT)
The vector data.DateTime consists of a time series (5 min steps). The vector AT consists of the values relative to time series.
I got now a problem with plotting (see picture in attachment). There are plotted lines (marked in red square) which I cannot understand.
Does anybody know the reason and a solution to this problem?
Thanks in advance. Best regards, Chris

回答(1 个)

Jos (10584)
Jos (10584) 2016-6-22
Do the order of the data points in the vectors make sense? I assume the vector data.DataTime is not monotonically increasing (e.g., 1 2 3 4 2 4 5 6)
  1 个评论
chris_andreas
chris_andreas 2016-6-22
Thanks for replying. It is sorted monotonically increasing. I attached you the .csv file with the time series and the values.

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by