Difference between revisions of "Likelihood"
From Sean_Carver
(New page: == Random Numbers in MATLAB == Start MATLAB and type rand Repeat several times.) |
|||
Line 1: | Line 1: | ||
== Random Numbers in MATLAB == | == Random Numbers in MATLAB == | ||
− | Start MATLAB and type | + | Start MATLAB and type the following into the MATLAB prompt |
rand | rand | ||
− | Repeat several times. | + | 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. |
Revision as of 14:52, 23 January 2009
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.