Function Reference
— Function File: trnd (n, r, c)
— Function File: trnd (n, sz)

Return an r by c matrix of random samples from the t (Student) distribution with n degrees of freedom. n 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 n.