Plot timeseries for mean monthly temperature

Risposte (2)

cr
cr il 22 Nov 2022
Modificato: cr il 22 Nov 2022
Try this.
xdata = datenum(dataClean(1:3)');
ydata = dataClean(4,:)';
plot(xdata,ydata);
datetick x
Cheers

Categorie

Richiesto:

il 22 Nov 2022

Commentato:

il 22 Nov 2022

Community Treasure Hunt

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

Start Hunting!

Translated by