Matlab, for loop code

1 view (last 30 days)
assaye gedifew
assaye gedifew on 17 Mar 2022
Answered: Cris LaPierre on 17 Mar 2022
I have a series data of hourly and daily climate data of over 10yrs. And what i want to plot them into a graph of mean monthly and in yearly. Can you tell me how to do it in MATLAB? Thank you very much!
  1 Comment
Arif Hoq
Arif Hoq on 17 Mar 2022
attach your data. if possible please try to show your expected result. atleast 2/3 lines

Sign in to comment.

Answers (1)

Cris LaPierre
Cris LaPierre on 17 Mar 2022
I don't know much about your data, but I would see if groupsummary works. If you have datetime info in your data, you can use the 'groupbin' input to specify a way to automatically group your data ('month' or 'year') and then apply method(s) to each group (e.g. 'mean').
Once you have the summarized data, you can just plot it. See Ch 9 of MATLAB Onramp.
I find this workflow easiest when the data is stored in Tables. See this page on how to access data in tables.

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!