Effacer les filtres
Effacer les filtres

Extracting certain months from an array

4 vues (au cours des 30 derniers jours)
Espen Mikkelsen
Espen Mikkelsen le 14 Mar 2018
Réponse apportée : KSSV le 14 Mar 2018
Hey. I have some 40x60x157800 arrays. 40x60 is values from measurements. 157800 measurements for every hours through 17 years. I have another array with datetime, and wants the months 5,6 and 7 in a different array. I have tried this:
summermonths = A(:,:,month(dates)==5);
But then I only get one month at the time. How can I do?

Réponses (1)

KSSV
KSSV le 14 Mar 2018
Read about datevec. This splits your dates into years, months, days and time. From this you can get the index of the months you want.

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by