From bug-request at octave dot org Sat Dec 17 14:32:45 2005 Subject: minor doc bug in unidrnd From: David Bateman To: Octave Bugs Date: Sat, 17 Dec 2005 21:31:02 +0100 This is a multi-part message in MIME format. --------------070507030502060308080405 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject says it all. Patch attached D. -- David Bateman David dot Bateman at motorola dot com 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 --------------070507030502060308080405 Content-Type: text/plain; name="patch.unidrnd" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch.unidrnd" *** 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 -*- ## at deftypefn {Function File} {} unidrnd (@var{mx}); ! ## at deftypefn {Function File} {} unidrnd (@var{mx}, @var{v}); ! ## at 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 at var{mx}, which may be a scalar or ## multidimensional array. --- 19,26 ---- ## -*- texinfo -*- ## at deftypefn {Function File} {} unidrnd (@var{mx}); ! ## at deftypefnx {Function File} {} unidrnd (@var{mx}, @var{v}); ! ## at 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 at var{mx}, which may be a scalar or ## multidimensional array. --------------070507030502060308080405-- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------