mena of each row in matrix

2 ビュー (過去 30 日間)
fereshte
fereshte 2014 年 11 月 17 日
コメント済み: fereshte 2014 年 11 月 17 日
hi i have a 250*21 matrix. i want to get mean of this matrix in each row( result is 250*1 matrix). please help me.

採用された回答

Adam
Adam 2014 年 11 月 17 日
myMatrix = rand(250,21);
m = mean( myMatrix, 2 );
  1 件のコメント
fereshte
fereshte 2014 年 11 月 17 日
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBiological and Health Sciences についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by