Array of randn values
returns a size1-by-...-by-sizeN matrix
with underlying class of double, R
= randn(size1,...,sizeN
,arraytype
)randn
values in all elements,
and the type specified by arraytype
.
returns a size1-by-...-by-sizeN matrix
with underlying class of R
= randn(size1,...,sizeN
,datatype
,arraytype
)datatype
, randn
values in all elements,
and the type specified by arraytype
.
returns a size1-by-...-by-sizeN array
with R
= randn(size1,...,sizeN
,'like',P
)randn
values in all elements
and the same type and underlying class (data type) as the prototype array,
P
.
returns a size1-by-...-by-sizeN array
with R
= randn(size1,...,sizeN
,datatype
,'like',P
)randn
values in all elements,
the specified underlying class (datatype
), and the same
type as the prototype array, P
.
returns an n-by-n codistributed array
with C
= randn(n
,codist
)randn
values in all elements
and underlying class of double. The codistributor object
codist
specifies the distribution scheme for creating
the codistributed array. For information on constructing codistributor
objects, see the reference pages for codistributor1d
and
codistributor2dbc
.
returns a size1-by-...-by-sizeN
codistributed array with C
= randn(size1,...,sizeN
,codist
)randn
values in all elements
and underlying class of double.
returns an n-by-n codistributed array
with C
= randn(n
,datatype
,codist
)randn
values in all elements
and underlying class of datatype
. The codistributor
object codist
specifies the distribution scheme for
creating the codistributed array. For information on constructing
codistributor objects, see the reference pages for codistributor1d
and
codistributor2dbc
.
returns a size1-by-...-by-sizeN
codistributed array with C
= randn(size1,...,sizeN
,datatype
,codist
)randn
values in all elements
and underlying class of datatype
.
codistributed.sprandn
| distributed.sprandn
| rand
| randi
| randn