Mean doesn't work

조회 수: 9 (최근 30일)
Venkat Ta
Venkat Ta 2017년 7월 6일
댓글: Star Strider 2017년 7월 7일
Hi, I have doubt in mean. if we have more than 10000 rows why mean doesn't work actually sum also does not work. for example, All_measured = 43472*30 double and the mean formula: mean(All_measured ,2) but the answer is 43472*1 full of NaN Any suitable ideas are very appreciable.

채택된 답변

Star Strider
Star Strider 2017년 7월 6일
Try this:
mean(All_measured ,2, 'omitnan')
or:
nanmean(All_measured ,2)
  댓글 수: 4
Venkat Ta
Venkat Ta 2017년 7월 7일
Perfect. Thanks a lot.
Star Strider
Star Strider 2017년 7월 7일
As always, my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by