フィルターのクリア

Extract the data in a certain range

1 回表示 (過去 30 日間)
Yew Jen Chong
Yew Jen Chong 2022 年 7 月 14 日
コメント済み: Yew Jen Chong 2022 年 7 月 14 日
Hi everyone,
The figure on the left shows the entire data. I want to extract the data between two different time shown in figure on the right. Can someone please give me some suggestion on how should I solve this issue?
Thank you so much

採用された回答

Chunru
Chunru 2022 年 7 月 14 日
% assume that your data is x
t1 = 0.9470; t2=1.4240;
x_extracted = x(x.Time>=t1 & x.Time<=t2, :)
  1 件のコメント
Yew Jen Chong
Yew Jen Chong 2022 年 7 月 14 日
Thank you so much @Chunru

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by