minor doc bug in unidrnd

View: New views
1 Messages — Rating Filter:   Alert me  

minor doc bug in unidrnd

by dbateman3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Subject says it all. Patch attached

D.

--
David Bateman                                David.Bateman@...
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph)
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax)
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as:

[x] General Business Information
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary


*** scripts/statistics/base/unidrnd.m~ 2005-10-23 20:59:13.000000000 +0200
--- scripts/statistics/base/unidrnd.m 2005-12-17 20:39:52.761071642 +0100
***************
*** 19,26 ****
 
  ## -*- texinfo -*-
  ## @deftypefn {Function File} {} unidrnd (@var{mx});
! ## @deftypefn {Function File} {} unidrnd (@var{mx}, @var{v});
! ## @deftypefn {Function File} {} unidrnd (@var{mx}, @var{m}, @var{n}, @dots{});
  ## Return random values from discrete uniform distribution, with maximum
  ## value(s) given by the integer @var{mx}, which may be a scalar or
  ## multidimensional array.
--- 19,26 ----
 
  ## -*- texinfo -*-
  ## @deftypefn {Function File} {} unidrnd (@var{mx});
! ## @deftypefnx {Function File} {} unidrnd (@var{mx}, @var{v});
! ## @deftypefnx {Function File} {} unidrnd (@var{mx}, @var{m}, @var{n}, @dots{});
  ## Return random values from discrete uniform distribution, with maximum
  ## value(s) given by the integer @var{mx}, which may be a scalar or
  ## multidimensional array.