Plot a timeseries from array of dates

2 vues (au cours des 30 derniers jours)
Jacob Brinkmann
Jacob Brinkmann le 31 Juil 2012
Hello,
I have an array that is 6xN The 6 rows are YYYY, DD, MM, HH, MM, SS from timestamp data
I would like to know how can I plot this as a timeseries?
>> timelist([1 2 3 4 5 6],1)
ans =
2012
16
1
11
11
48

Réponse acceptée

Oleg Komarov
Oleg Komarov le 31 Juil 2012
Modifié(e) : Oleg Komarov le 31 Juil 2012
Convert each column into a proper numeric date:
datenum(timelist')
EDIT
datetick('x')
  3 commentaires
Oleg Komarov
Oleg Komarov le 31 Juil 2012
See the edit, use it after you plotted.
Jacob Brinkmann
Jacob Brinkmann le 31 Juil 2012
Ok, I should be able to figure the rest out now. Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Time Series dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by