Match different time series with one date vector

1 Ansicht (letzte 30 Tage)
K.P.
K.P. am 2 Mai 2021
Bearbeitet: K.P. am 13 Jul. 2021
Hi Everyone,
I have many different matrices with one column containing dates and one comlumn containing numerical values.
I need one "Master Matrix" that contains one "Master date" vector and where each numerical value from the other matrices is assigned to the associated date. So in the new matrix each column represents one of the old matrices with only one date vector.
How could I do this?
Thank you very much in advance!
  1 Kommentar
Jonas
Jonas am 2 Mai 2021
i would start collecting all date columns and sort them chronologically and remove double entries (maybe using unique, but i dont know which fornat your date has). the resulting date vector gives you the number of rows of your master matrix. after that you can sort in your numerical vectors column by column and set these rows to NaN to which the data vector does not have a date

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Steven Lord
Steven Lord am 2 Mai 2021
Consider storing your time-based data as timetable arrays and use synchronize to synchronize the timetables to a specific date and/or time vector.

Weitere Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices 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