I want to take average values

조회 수: 1 (최근 30일)
tina jain
tina jain 2015년 4월 19일
답변: Star Strider 2015년 4월 19일
See, I am having qq1, having the 7 values store in it. qq1 =
18.8142 18.4329 18.3283 18.2979 18.2646 18.2591 18.2570
I want to find average of values stored in qq1.
can you help me in this?

답변 (1개)

Star Strider
Star Strider 2015년 4월 19일
average_qq1 = mean(qq1)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by