Plot timeseries for mean monthly temperature

回答(2 个)

cr
cr 2022-11-22
编辑:cr 2022-11-22
Try this.
xdata = datenum(dataClean(1:3)');
ydata = dataClean(4,:)';
plot(xdata,ydata);
datetick x
Cheers

类别

帮助中心File Exchange 中查找有关 Time Series 的更多信息

提问:

2022-11-22

评论:

2022-11-22

Community Treasure Hunt

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

Start Hunting!

Translated by