A = [1 2; 3 4; 5 6]
A = 1:0.1:2
A = ones(1, 3) B = zeros(2, 3)
eye (2)
w = -6 + sqrt(10) * (randn(1, 10000)) hist(w)
help