Statistics Toolbox | ![]() ![]() |
Random matrices from the Rayleigh distribution
Syntax
Description
returns a matrix of random numbers chosen from the Rayleigh distribution with parameter R = raylrnd(B)
B
. The size of R
is the size of B
.
returns a matrix of random numbers chosen from the Rayleigh distribution with parameter R = raylrnd(B,m)
B
, where m is a 1-by-2 vector that contains the row and column dimensions of R.
returns a matrix of random numbers chosen from the Rayleigh distribution with parameter R = raylrnd(B,m,n)
B
, where scalars m and n are the row and column dimensions of R.
Example
See Also
random
, raylcdf
, raylinv
, raylpdf
, raylstat
![]() | raylpdf | raylstat | ![]() |