Is there a function similar to "where"?

조회 수: 23 (최근 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 CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by