Likelihood

From Sean_Carver
Revision as of 14:52, 23 January 2009 by Carver (talk | contribs)
Jump to: navigation, search

Random Numbers in MATLAB

Start MATLAB and type the following into the MATLAB prompt

 rand

This produces a random number. Repeat several times. Continue typing the material in boxes into the MATLAB prompt.

 help rand

Returns help for the rand command.