Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Plots: Not traceable Line Plot
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!