Guest User

Untitled

a guest
Dec 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. mu = [1 2];
  2. sigma = [1 0.5; 0.5 2];
  3. R = chol(sigma);
  4. z = repmat(mu,10,1) + randn(10,2)*R
Add Comment
Please, Sign In to add comment