How can i find the average for specific rows

Region section1 section2 section3 section4
A 20 23 45 65
B 35 24 47 88
C 37 55 38 90
A 39 27 92 29
C 38 89 37 38
----------------------------------------------------------------------------
I have table looks like this table and i want to find the average for each cloumn put depending on the region .. for example i want to find the average of section1 for region A ( i have two regions in the table ) .

 Accepted Answer

More Answers (1)

dpb
dpb on 5 Jan 2019
Put into a table and use grpstats and friends...

2 Comments

what do you mean by friends
Just a generic phrase/indicator to also look at related functions and help topics. Primarily those other functions/topics that are linked to in the "See Also" section as starters...

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!