Mean value for each column in a MAtrix

Hi guys, I am having some trouble when I try to use the "mean"function in a matrix. I have a 3 column matrix (around 80 lines) and I'd like to know the mean value from each column separatelly. First I import the excel file but after that I am not sure how to do it.
Does anyone knows how to?
Thanks in Advance !

 採用された回答

Image Analyst
Image Analyst 2015 年 12 月 13 日

6 投票

Try this
columnMeans = mean(yourMatrix, 1);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

製品

質問済み:

2015 年 12 月 13 日

コメント済み:

2016 年 2 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by