Filter löschen
Filter löschen

How to store multiple time data in a matrix?

1 Ansicht (letzte 30 Tage)
Febin Benjamin
Febin Benjamin am 26 Jun. 2014
Kommentiert: Febin Benjamin am 26 Jun. 2014
I have to store three time entities i.e 8.30a.m, 8.00a.m and 8.20a.m in a single matrix using datenum.
i tried doing this:
SCT= [datenum ('0000.01.00.08.30.00','yyyy.mm.dd.HH.MM.SS'),datenum ('0000.01.00.08.00.00','yyyy.mm.dd.HH.MM.SS'),datenum ('0000.01.00.08.20.00','yyyy.mm.dd.HH.MM.SS')];
but I am getting syntax error. Where am i going wrong? Please help.

Akzeptierte Antwort

Mischa Kim
Mischa Kim am 26 Jun. 2014
Febin, remove the empty spaces between the datenum commands and the round brackets:
datenum('0000.01.00.08.30.00','yyyy.mm.dd.HH.MM.SS')
rather than
datenum ('0000.01.00.08.30.00','yyyy.mm.dd.HH.MM.SS')
  1 Kommentar
Febin Benjamin
Febin Benjamin am 26 Jun. 2014
it worked! So silly of me to not notice that :-P Thanx Mischa!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Time Series Objects finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by