gistlib
main.ma = [8, 6, 4]; n = 4; b = repmat(a,n,1); 41 chars4 lines
a = [8, 6, 4]; n = 4; b = repmat(a,n,1);
gistlibby LogSnag