Is there a function similar to "where"?

21 ビュー (過去 30 日間)
Tom
Tom 2023 年 2 月 10 日
コメント済み: Les Beckham 2023 年 2 月 13 日
For example i am going through a table of data with dates ranging from early 2016 through 2022, every day.
If i only want to extract data from say 2016, is there a way i can say for example:
where date is >= 01/01/2016 & < 01/01/2017
Is there any way of doing this?
Thanks

採用された回答

Walter Roberson
Walter Roberson 2023 年 2 月 10 日
編集済み: Walter Roberson 2023 年 2 月 11 日
  3 件のコメント
Walter Roberson
Walter Roberson 2023 年 2 月 11 日
Oh, yes, you are right!
Tom
Tom 2023 年 2 月 11 日
This is exactly what i was looking for, thank you very much

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

その他の回答 (1 件)

Les Beckham
Les Beckham 2023 年 2 月 10 日
Yes it is called logical indexing.
The exact details depend on what type of data you have. A plain numeric matrix, a table, a cell array?
  2 件のコメント
Tom
Tom 2023 年 2 月 11 日
This was also very helpful to look at, thank you.
Les Beckham
Les Beckham 2023 年 2 月 13 日
You are quite welcome.

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

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by