2 lines
55 B
Matlab
2 lines
55 B
Matlab
mu = 1; sd = 0.5;
|
|
x = randn(1000,1) * sd + mu;
|
mu = 1; sd = 0.5;
|
|
x = randn(1000,1) * sd + mu;
|