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...