Home > freetb4matlab > statistics > distributions > normrnd.m

normrnd

PURPOSE ^

% Return an @var{r} by @var{c} or @code{size (@var{sz})} matrix of

SYNOPSIS ^

function rnd = normrnd (m, s, r, c)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} normrnd (@var{m}, @var{s}, @var{r}, @var{c})
% @deftypefnx {Function File} {} normrnd (@var{m}, @var{s}, @var{sz})
% Return an @var{r} by @var{c}  or @code{size (@var{sz})} matrix of
% random samples from the normal distribution with parameters mean @var{m} 
% and standard deviation @var{s}.  Both @var{m} and @var{s} must be scalar 
% or of size @var{r} by @var{c}.
%
% If @var{r} and @var{c} are omitted, the size of the result matrix is
% the common size of @var{m} and @var{s}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003