Navigation

Operators and Keywords

Function List:

C++ API

chi2rnd.m File Reference


Variables

function rnd

Variable Documentation

Initial value:

 chi2rnd (n, r, c)

  if (nargin == 3)
    if (! (isscalar (r) && (r > 0) && (r == round (r))))
      error ("chi2rnd: r must be a positive integer")