How to combine three vectors to a single date vector

1 visualización (últimos 30 días)
Michiel Smit
Michiel Smit el 12 de Jun. de 2020
Comentada: Ken Stanson el 14 de Jun. de 2020
Dear all,
currenty i am analyzing a dataset that has three vectors represenenting the date [year month date]. For example:
2000 1 1
2000 1 4
2000 1 9
2000 1 16
2000 1 17
I wish to combine these three arrays to single vector representing the date. Can anyone help me with this?

Respuesta aceptada

madhan ravi
madhan ravi el 12 de Jun. de 2020
datetime(Year,Month,Day)

Más respuestas (1)

Michiel Smit
Michiel Smit el 12 de Jun. de 2020
Nevermind, I already found a solution:
dates = datenum([year,month,day]);
datetick('x','mmmyy')

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by