Home > sp > uniform.m

uniform

PURPOSE ^

uniform.m plots a given number of iid uniform variables

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 uniform.m plots a given number of iid uniform variables

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % uniform.m plots a given number of iid uniform variables
0002 
0003 T=unifrnd(0,1,1,n);
0004 Y=zeros(1,n);
0005 plot(T,Y,'.');

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