Filter löschen
Filter löschen

how to convert date to numbers

1 Ansicht (letzte 30 Tage)
Boss Man
Boss Man am 25 Feb. 2020
Kommentiert: Star Strider am 25 Feb. 2020
so i have 200 dates on my data from 1st october....
i wanted to know if there was a trick to numbering the dates,
e.g. making 1st october=1
2nd october=2 etc
  6 Kommentare
Boss Man
Boss Man am 25 Feb. 2020
fixed the date problem with readtable,it displays the date now
i now get this error when using day(t)
Undefined function 'day' for input arguments of type 'table'.
dpb
dpb am 25 Feb. 2020
The variable t is your table; NOT the date variable inside the table. If it is named something original like 'Date', say, then
da=day(t.Date);

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 25 Feb. 2020
I showed you how to read them and do other operations on them in: How to combine date and time.
That also converts them to date numbers, and from there you can number them as you wish. The integer part of a date number are days, and the fractional parts are fractions of a day.
  2 Kommentare
Boss Man
Boss Man am 25 Feb. 2020
thanks :)
Star Strider
Star Strider am 25 Feb. 2020
As always, my pleasure!

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