powered by
Generate random samples from a standardized normal distribution and return in matrix form.
randn(dim1, dim2 = NULL)
Matrix of random generated samples.
The dimension of the matrix (if square), otherwise the number of rows.
The number of columns, if different from the number of rows.
Other MATLAB: cell(), diag_matlab(), feval(), fileparts(), isempty(), ones(), rand(), size(), tic(), toc(), zeros()
cell()
diag_matlab()
feval()
fileparts()
isempty()
ones()
rand()
size()
tic()
toc()
zeros()
randn(2,3) randn(5)
Run the code above in your browser using DataLab