www.gusucode.com > stats 源码程序 matlab案例代码 > stats/GenerateStudentsTDistributionRandomNumbersExample.m

    %% Generate Student's _t_ Distribution Random Numbers
%

% Copyright 2015 The MathWorks, Inc.


%%
r1 = trnd(ones(1,6))

%%
r2 = trnd(1:6,[1 6])
 
%%
r3 = trnd(3,2,6)