how to compute averge of columns

3 views (last 30 days)
i have a matrix of for e.g (5,10) i want to compute average of every columns

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 25 Jan 2013
Out=mean(x)
  3 Comments
zain
zain on 25 Jan 2013
got it thanks aloot :)

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!