Azzera filtri
Azzera filtri

turn data to time series

1 visualizzazione (ultimi 30 giorni)
Ilana
Ilana il 7 Ago 2013
hi, i have data structured in columns as [year month day hour price] . what is the right syntax to use function timeseries to turn my data to a time series? do i need to transform the year,month,day,hour to date string?

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 7 Ago 2013
Modificato: Azzi Abdelmalek il 7 Ago 2013
dat='1992-12-12 12:12:12',
a=datenum(dat,'yyyy-mm-dd HH:MM:SS')
% to get dat,
datestr(a)

Categorie

Scopri di più su Time Series in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by