Daily mean through long time
Afficher commentaires plus anciens
Hi All
The variable, the year, the month, the day, the hour, and the minutes are all in a data file.
i need to find a loop that can find out the variable's daily average.
Pay attention to the point that the variable has 24 values during the day. This means that it changes every hour.
Please help me create a loop so that I can find the average daily value for the month and year.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 21 Déc 2024
0 votes
build a timetable() from the data. Use retime()
1 commentaire
Nada
le 21 Déc 2024
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
