Function Reference
— Function File: exprnd (lambda, r, c)
— Function File: exprnd (lambda, sz)

Return an r by c matrix of random samples from the exponential distribution with mean lambda, which must be a scalar or of size r by c. Or if sz is a vector, create a matrix of size sz.

If r and c are omitted, the size of the result matrix is the size of lambda.