MATLAB: How to combine three vectors to a single date vector

combine datedatevector

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?

Best Answer

datetime(Year,Month,Day)