Is there a function similar to "where"?

21 vues (au cours des 30 derniers jours)
Tom
Tom le 10 Fév 2023
Commenté : Les Beckham le 13 Fév 2023
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

Réponse acceptée

Walter Roberson
Walter Roberson le 10 Fév 2023
Modifié(e) : Walter Roberson le 11 Fév 2023
  3 commentaires
Walter Roberson
Walter Roberson le 11 Fév 2023
Oh, yes, you are right!
Tom
Tom le 11 Fév 2023
This is exactly what i was looking for, thank you very much

Connectez-vous pour commenter.

Plus de réponses (1)

Les Beckham
Les Beckham le 10 Fév 2023
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 commentaires
Tom
Tom le 11 Fév 2023
This was also very helpful to look at, thank you.
Les Beckham
Les Beckham le 13 Fév 2023
You are quite welcome.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Calendar dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by