mean of 6TH, 7TH AND 8TH numbers of every column

조회 수: 1 (최근 30일)
Joydeb Saha
Joydeb Saha 2020년 11월 2일
답변: Stephan 2020년 11월 2일
I have a 12x41 matrix. I want the mean of 6TH, 7TH AND 8TH numbers of every column. there will be a 41x1 matrix then

채택된 답변

Stephan
Stephan 2020년 11월 2일
myMean = mean(A(6:8,:))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by