Home > sp > manyuniform.m

manyuniform

PURPOSE ^

manyuniform.m generates many outcomes of iid uniform variables

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

  manyuniform.m generates many outcomes of iid uniform variables

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %  manyuniform.m generates many outcomes of iid uniform variables
0002 
0003 num=16;
0004 for v=1:num,
0005   subplot(num,1,v);
0006   n = 30;
0007   uniform;
0008   axis off;
0009 end
0010 
0011 subplot(num,1,1);
0012 title('Replications of 30 independent uniform random variables')

Generated on Mon 17-Mar-2008 10:33:42 by m2html © 2003