how to generate normal gaussian distribution using randraw funtion?

4 views (last 30 days)
how to generate normal gaussian distribution using randraw funtion?
Y = randraw(alpha, [0 1],1, 1000); plot(Y)
i am getting the following error ??? Error using ==> alpha Too many output arguments.
Y = randraw(norm, [0 1],1, 1000); plot(Y) i am getting this error
??? Error using ==> norm Not enough input arguments.
moreover when i search 'randraw' in help nothing shows up. please help me with this..

Answers (1)

Torsten
Torsten on 4 Dec 2014

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!