create matrix of 4 by 3
a=matrix(rnorm(12),nrow=4,ncol=3) a=matrix(NA,nrow=4,ncol=3) #empty placeholder