Extracting parts of data from my table before a specific time

1 回表示 (過去 30 日間)
Cassondra Fileccia
Cassondra Fileccia 2021 年 4 月 30 日
コメント済み: Cassondra Fileccia 2021 年 4 月 30 日
I am synching up two data sets in Matlab and one of them started recording data 0.5 seconds before the other. How can I just disregard the first 0.5 seconds of data on my table across all 15 of my columns.

採用された回答

EmirBeg
EmirBeg 2021 年 4 月 30 日
Do you want to automatically detect and disregard the different beginnings of your measurements or just do it once for your data?
You can find a lot of table operations here, including how to delete rows.
If you want to do it automatically it's also possible via detecting the beginning of numbers in your table columns, if the beginnings are for example NAN. But first tell me if this is needed.
  2 件のコメント
Cassondra Fileccia
Cassondra Fileccia 2021 年 4 月 30 日
I want it to automatically detect via the beginning number in colum 1. There are no NaN. The 0.05 seconds i mentioned before came from a time equation, so it is a duration not a number. I'm not sure if that has anything to do with being unable to disreard the appropriate rows for all columns.
Cassondra Fileccia
Cassondra Fileccia 2021 年 4 月 30 日
I ended up figuring it out, thank you for taking the time to respond!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by