Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Create matrix based off date

3 ビュー (過去 30 日間)
Devon Fisher-Chavez
Devon Fisher-Chavez 2018 年 5 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello,
I have a vector that I want to convert into a matrix based off date. I have one column (X) with date/time (yyyy-MM-dd HH:mm:ss) and a second column (Y) with my data. The data was taken every 30 min for 4 years. I want to create a matrix from my data (column Y) in which each row has data from one day. I have no clue where to begin, any help is greatly appreciated.
Thanks!

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 5 月 22 日
Convert to a timetable() object and use retime()
  5 件のコメント
Devon Fisher-Chavez
Devon Fisher-Chavez 2018 年 5 月 23 日
Thank you.
Our data is imperfect, however. There are a lot of missing points, filtered points, etc. so I would prefer a method that directly tests the time of day.
Devon Fisher-Chavez
Devon Fisher-Chavez 2018 年 5 月 23 日
actually, that works perfectly. the data is filled, plus I'd need filled data to make a matrix anyways... don't know what I was thinking. Thanks!

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by