04pallav
9/13/2017 - 9:23 PM

create matrix of 4 by 3

create matrix of 4 by 3

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