How can I extract specific data?

1 vue (au cours des 30 derniers jours)
Chris
Chris le 6 Sep 2022
There are 7300*1 matrix of daily temperatures.
Would you please tell me how can I get summer temperatures (June to August)?

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Sep 2022
If you need to, adjust there is ismember() the month column against the appropriate representation of the months you are interested in.
ismember(t.Month,{'June','July'})
for example.

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices 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