How can i find the average for specific rows
Show older comments
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
on 5 Jan 2019
0 votes
Put into a table and use grpstats and friends...
2 Comments
nADER alqahtani
on 5 Jan 2019
dpb
on 5 Jan 2019
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...
Categories
Find more on Arithmetic Operations 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!