Plot timeseries for mean monthly temperature

Antworten (2)

Star Strider
Star Strider am 22 Nov. 2022

0 Stimmen

Create a timetable of your data and then use the retime function.
cr
cr am 22 Nov. 2022
Bearbeitet: cr am 22 Nov. 2022

0 Stimmen

Try this.
xdata = datenum(dataClean(1:3)');
ydata = dataClean(4,:)';
plot(xdata,ydata);
datetick x
Cheers

Kategorien

Gefragt:

am 22 Nov. 2022

Kommentiert:

am 22 Nov. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by