필터 지우기
필터 지우기

Average of Column in matlab.

조회 수: 2 (최근 30일)
Saki
Saki 2024년 4월 9일
답변: Voss 2024년 4월 9일
i have 131x324 matrix, how can i take the average of each 324 column which will give me 1 by 324 matrix?

채택된 답변

Voss
Voss 2024년 4월 9일
avg = mean(M,1);
where M is your matrix.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by