How can I extract specific data?

1 visualizzazione (ultimi 30 giorni)
Chris
Chris il 6 Set 2022
Risposto: Walter Roberson il 6 Set 2022
There are 7300*1 matrix of daily temperatures.
Would you please tell me how can I get summer temperatures (June to August)?

Risposta accettata

Walter Roberson
Walter Roberson il 6 Set 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.

Più risposte (0)

Categorie

Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by