mean returning wrong answer

Hi,
I'm trying to calculate mean of a vector and getting a very odd answer. Here's the code:
rg_H25p0 = [29.0, 29.1, 29.5, 30.0, 30.1, 30.2, 30.3, 30.3, ...
30.3, 30.3, 30.4, 30.4, 30.4, 30.4, 30.4, 305., 30.6, 30.6, 30.7, ...
30.8, 30.9, 30.9, 31.1, 31.1, 31.1, 31.1, 31.1, 31.1, 31.4, 31.4, ...
31.4, 31.8];
mean_rg_H25p0 = mean(rg_H25p0)
Matlab keeps returning a mean of 39.1625, which is obviously impossible.
I used mean on a number of vectors and they all came out find, except for this one.
Any ideas?

 Accepted Answer

Ameer Hamza
Ameer Hamza on 5 Dec 2020
You have a 305 in second row. I think it is supposed to be 30.5.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!