필터 지우기
필터 지우기

mena of each row in matrix

조회 수: 1 (최근 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 );

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by