Introducing Gaussian errors to data (Matlab)

seal22
Messages
1
Reaction score
0

Homework Statement



I need to introduce Gaussian errors to a set of velocity measurements. The errors should have mean zero and standard deviation .2.
v = [4.6 3.8 7.2 9.7 6.4];

The Attempt at a Solution



I tried to use Matlab's imnoise command (J=imnoise(v,'gaussian',0,.04), but based on the answers I got, I think that this was not the appropriate approach to this problem (the answers are all between 0 and 1, not close to the original velocity data).
 
>> help random