time series data truncating
2 ビュー (過去 30 日間)
古いコメントを表示
i have a matlab table as:
time var1 var2 var3 var4
1/2/2019 04:10:11:234 10 100 Nan 15
1/2/2019 04:10:11:235 Nan Nan 5 Nan
1/2/2019 04:10:12:345 Nan 12 Nan 1
1/2/2019 04:10:12:346 1 Nan 4 Nan
And i want the final dataset as a 1 second sampled data like:
1/2/2019 04:10:11 10 100 5 15
1/2/2019 04:10:12 1 12 4 1
How do i implement this?
1 件のコメント
Turlough Hughes
2019 年 10 月 4 日
Are you looking to round to the nearest second for the time data or emove the last 4 characters in the time string? It would be better to see a larger set of data, can you upload the table?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Time Series についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!