From: David Jones on
need to create a list of random numbers.
Then work out the min value, max value, mean, medium, standard deviation.
This has to be done with using matlabs built in commmands,
THANKS
From: mat001 on
"David Jones" <mountdew60(a)yahoo.com> wrote in message <hocofn$5fr$1(a)fred.mathworks.com>...
> need to create a list of random numbers.
> Then work out the min value, max value, mean, medium, standard deviation.
> This has to be done with using matlabs built in commmands,
> THANKS


Please read the help rand

it may help you to solve your problem.
From: Jos (10584) on
"David Jones" <mountdew60(a)yahoo.com> wrote in message <hocofn$5fr$1(a)fred.mathworks.com>...
> need to create a list of random numbers.
> Then work out the min value, max value, mean, medium, standard deviation.
> This has to be done with using matlabs built in commmands,
> THANKS


LOOKFOR is your friend!

lookfor random
lookfor deviation
.... etc ...

hth
Jos