Plotting data from a table

460 views (last 30 days)
Daniel Vinther
Daniel Vinther on 14 Jun 2015
Answered: Eric Lin on 16 Jun 2015
I have a .csv file that has temperature data of the United Kingdom from year 1912 to 2012. I have plotted the year vs. the average temperature (provided in the last column of the table) and that looks great. I now want to find the sum of each row and divide it by 12 to get the mean of every year. I don't know why it is different from the average in the table, but that is not important. I just need to find the mean of the 12 months for each year and use those as my new y-values. How can I do that as simply as possible? I have attached a photo of part of the table (watch out for the headings and the years!), a photo of the first plot that I got (blue plot) and a photo of my goal which is plotting both the blue (which I already did) and this new red "mean value" plot.
<<
>>

Answers (1)

Eric Lin
Eric Lin on 16 Jun 2015

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!